sp_state_machine

Type Alias MemoryDB

Source
pub type MemoryDB<H> = MemoryDB<H, HashKey<H>, Vec<u8>>;
Expand description

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).

Aliased Typeยง

struct MemoryDB<H> { /* private fields */ }