Type Alias sp_trie::trie_types::TrieDB
source · pub type TrieDB<'a, 'cache, H> = TrieDB<'a, 'cache, LayoutV1<H>>;
Expand description
Persistent trie database read-access interface for a given hasher.
Read only V1 and V0 are compatible, thus we always use V1.
Aliased Type§
struct TrieDB<'a, 'cache, H> { /* private fields */ }