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
An iterator over existing intermediate branch nodes and updated leaf nodes.

Enums§

TrieElement
Represents variants of trie nodes returned by the iteration.