Static
checkReturns true if the value is in the tree and it is at the index from the key
Optional
options: { treeHasher: The tree hasher function to use, defaults to TreeHasher.poseidon; hashKey: whether to hash the key, the default is true; hashValue: whether to hash the value, the default is true.
{Bool}
ProvableCSMTUtils
Static
checkReturns true if there is no value at the index from the key
Optional
options: { treeHasher: The tree hasher function to use, defaults to TreeHasher.poseidon; hashKey: whether to hash the key, the default is true
{Bool}
ProvableCSMTUtils
Collection of utility functions for compact sparse merkle tree in the circuit.
ProvableCSMTUtils