[−][src]Type Definition sp_trie::MemoryDB
type MemoryDB<H> = MemoryDB<H, HashKey<H>, DBValue>;
Reexport from hash_db, with genericity set for Hasher trait.
This uses the KeyFunction for prefixing keys internally (avoiding
This uses a noops KeyFunction (key addressing must be hashed or using
an encoding scheme that avoid key conflict).