Class MapProofEntry


  • public class MapProofEntry
    extends java.lang.Object
    A 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
      DbKey getDbKey()
      Returns a database key of this node.
      HashCode getHash()
      Returns a hash of the corresponding proof map tree node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDbKey

        public DbKey getDbKey()
        Returns a database key of this node.
      • getHash

        public HashCode getHash()
        Returns a hash of the corresponding proof map tree node.