Creates an instance of CompactDeepSparseMerkleSubTree.
CompactDeepSparseMerkleSubTree
Protected
configProtected
keyProtected
rootProtected
storeProtected
thProtected
valueAdd a branch to the tree, a branch is generated by smt.prove.
CompactDeepSparseMerkleSubTree
Optional
value: VProtected
getGet the tree hasher used by the tree.
{TreeHasher<K, V>}
CompactSparseMerkleTree
Create a merkle proof for a key against the current root.
{Promise
CompactSparseMerkleTree
Create a compacted merkle proof for a key against the current root.
{Promise
CompactSparseMerkleTree
Create an updatable Merkle proof for a key against the current root.
{Promise
CompactSparseMerkleTree
Static
importImport a compacted sparse merkle tree
{Promise<CompactSparseMerkleTree<K, V>>}
CompactSparseMerkleTree
Generated using TypeDoc
This is used to compute new roots for state transitions based on sideNodes.