Module node_iter

Module node_iter 

Available on crate feature trie only.
Expand description

The iterators for traversing existing intermediate hashes and updated trie leaves.

Structs§

TrieBranchNode
Represents a branch node in the trie.
TrieNodeIter
Iterates over trie nodes for hash building.

Enums§

TrieElement
Represents variants of trie nodes returned by the iteration.