Module diem_jellyfish_merkle::iterator
source · Expand description
This module implements JellyfishMerkleIterator
. Initialized with a version and a key, the
iterator generates all the key-value pairs in this version of the tree, starting from the
smallest key that is greater or equal to the given key, by performing a depth first traversal
on the tree.
Structs
- The
JellyfishMerkleIterator
implementation.