leaf nodes of the tree
This is the recommended way to create MerkleTrees.
If you're trying to match an on-chain MerkleTree,
set depth
to <a href="index.ConcurrentMerkleTreeAccount.html">ConcurrentMerkleTreeAccount</a>.getMaxDepth()
leaves of the tree
number of levels in the tree
MerkleTree
Verifies that a root matches the proof.
Root of a MerkleTree
Proof to a leaf in the MerkleTree
Whether to print hashed nodes
Whether the proof is valid
Generated using TypeDoc
Please use
MerkleTree.sparseMerkleTreeFromLeaves
to create trees instead. This method is exposed for testing purposes, and for those that are familiar with the MerkleTree data structure.