Module concurrent_merkle_tree

Source
Expand description

Core implementation of the concurrent merkle tree structure

Structsยง

ConcurrentMerkleTree
Conurrent Merkle Tree is a Merkle Tree that allows multiple tree operations targeted for the same tree root to succeed.
FillEmptyOrAppendArgs
Arguments structure for filling an empty leaf or appending a new leaf to the tree.
InitializeWithRootArgs
Arguments structure for initializing a tree with a root.
ProveLeafArgs
Arguments structure for proving a leaf in the tree.
SetLeafArgs
Arguments structure for setting a leaf in the tree.