Type Definition tp_state_machine::MemoryDB[][src]

type MemoryDB<H> = MemoryDB<H, HashKey<H>, Vec<u8, Global>, NoopTracker<Vec<u8, Global>>>;

Reexport from hash_db, with genericity set for Hasher trait. This uses a noops KeyFunction (key addressing must be hashed or using an encoding scheme that avoid key conflict).

Trait Implementations

impl<H: Hasher> TrieBackendStorage<H> for MemoryDB<H>[src]

type Overlay = MemoryDB<H>

Type of in-memory overlay.