Module sp_trie::trie_types
source · Expand description
This module is for non generic definition of trie type.
Only the Hasher
trait is generic in this case.
Type Definitions
- Querying interface, as in
trie_db
but less generic. - Persistent trie database read-access interface for the a given hasher.
- Builder for creating a
TrieDB
. - Builder for creating a
TrieDBMutV0
. - Builder for creating a
TrieDBMutV1
. - Persistent trie database write-access interface for the a given hasher.
- Persistent trie database write-access interface for the a given hasher.
- As in
trie_db
, but less generic, error type for the crate.