Type Definition sp_trie::trie_types::TrieDB[][src]

type TrieDB<'a, H> = TrieDB<'a, Layout<H>>;
Expand description

Persistent trie database read-access interface for the a given hasher.