# Packages
No description provided by the author
# Functions
NewTrie creates new Merkle-Patricia Trie, with backend store.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
MPTrie is a Merkle-Patricia Trie implementation.
No description provided by the author
# Interfaces
Store stores Trie nodes and values in way Hash(node)->node bytes Hash(value)->value bytes.
No description provided by the author
No description provided by the author