sp_trie::trie_types

Type Alias 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 */ }