Type Definition sp_trie::PrefixedMemoryDB [−][src]
type PrefixedMemoryDB<H> = MemoryDB<H, PrefixedKey<H>, DBValue, MemCounter<DBValue>>;
Expand description
Reexport from hash_db, with genericity set for Hasher trait.
This uses a KeyFunction for prefixing keys internally (avoiding
key conflict for non random keys).