Creates an instance of CompactSparseMerkleTree.
CompactSparseMerkleTree
Protected
configProtected
keyProtected
rootProtected
storeProtected
thProtected
valuePrivate
deletePrivate
doProtected
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
Private
proveCreate an updatable Merkle proof for a key against the current root.
{Promise
CompactSparseMerkleTree
Private
sidePrivate
updatePrivate
updateStatic
importImport a compacted sparse merkle tree
{Promise<CompactSparseMerkleTree<K, V>>}
CompactSparseMerkleTree
Generated using TypeDoc
Compact Sparse Merkle Tree