Module triedb

Source

Structsยง

TrieDB
A Trie implementation using a generic HashDB backing database, a Hasher implementation to generate keys and a NodeCodec implementation to encode/decode the nodes.
TrieDBBuilder
A builder for creating a TrieDB.
TrieDBDoubleEndedIterator
Double ended iterator for going through all values in the trie in pre-order traversal order.
TrieDBIterator
Iterator for going through all values in the trie in pre-order traversal order.
TrieDBKeyDoubleEndedIterator
Double ended iterator for going through all of key with values in the trie in pre-order traversal order.
TrieDBKeyIterator
Iterator for going through all of key with values in the trie in pre-order traversal order.