Module reth_trie::walker

source ·
Expand description

The trie walker for iterating over the trie nodes.

Structs§

  • 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.