| Package | Description |
|---|---|
| org.calrissian.mango.hash.tree |
| Modifier and Type | Field and Description |
|---|---|
protected List<Node> |
HashNode.children |
| Modifier and Type | Method and Description |
|---|---|
Node |
MerkleTree.getTopHash()
Accessor for the root of the tree
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getChildren()
Accessor for the children that this Node's hash is comprised of
|
List<Node> |
HashNode.getChildren()
Accessor for the children that this Node's hash is comprised of
|
List<Node> |
HashLeaf.getChildren() |
| Constructor and Description |
|---|
HashNode(List<Node> children) |
Copyright © 2014 Calrissian. All rights reserved.