Module walker

Available on crate feature trie only.
Expand description

The trie walker for iterating over the trie nodes.

Structs§

TrieWalker
TrieWalker is a structure that enables traversal of a Merkle trie. It allows moving through the trie in a depth-first manner, skipping certain branches if they have not changed.