Type Definition 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 the a given hasher.
Read only V1 and V0 are compatible, thus we always use V1.