Type Definition sp_trie::PrefixedMemoryDB
source · [−]pub type PrefixedMemoryDB<H> = MemoryDB<H, PrefixedKey<H>, DBValue, NoopTracker<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).