Class MapProofEntry
- java.lang.Object
-
- com.exonum.binding.common.proofs.map.MapProofEntry
-
public class MapProofEntry extends java.lang.ObjectA flat map proof entry corresponding to either a branch node or a leaf node with computed hash in a map tree.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbKeygetDbKey()Returns a database key of this node.HashCodegetHash()Returns a hash of the corresponding proof map tree node.
-