Package org.symbol.sdk.symbol
Class Merkle.LeafNode
java.lang.Object
org.symbol.sdk.symbol.Merkle.TreeNode
org.symbol.sdk.symbol.Merkle.LeafNode
- Enclosing class:
Merkle
- LeafNode
- Leaf node in a compact Patricia tree.
-
Field Summary
FieldsFields inherited from class org.symbol.sdk.symbol.Merkle.TreeNode
path -
Method Summary
Modifier and TypeMethodDescriptionCalculates the hash of this node.Methods inherited from class org.symbol.sdk.symbol.Merkle.TreeNode
hexPath
-
Field Details
-
value
Leaf value.
-
-
Method Details
-
calculateHash
- LeafNode.calculateHash
- Description copied from class:
Merkle.TreeNode
Calculates the hash of this node.- Specified by:
calculateHashin classMerkle.TreeNode- Returns:
- Hash of the node.
-