Module triedbmut

Source
Expand description

In-memory trie representation.

Structs§

TrieDBMut
A Trie implementation using a generic HashDB backing database.
TrieDBMutBuilder
A builder for creating a TrieDBMut.

Enums§

ChildReference
Used to build a collection of child nodes from a collection of NodeHandles
Value
Value representation for Node.