Crate eth_trie

Crate eth_trie 

Source

Modules§

nibbles
node

Structs§

EthTrie
MemoryDB
RootWithTrieDiff

Enums§

MemDBError
TrieError

Traits§

DB
“DB” defines the “trait” of trie and database interaction. You should first write the data to the cache and write the data to the database in bulk after the end of a set of operations.
Trie

Functions§

decode_node