Type Definition sp_state_machine::InMemoryBackend
source · pub type InMemoryBackend<H> = TrieBackend<PrefixedMemoryDB<H>, H>;Expand description
Trie backend with in-memory storage.
pub type InMemoryBackend<H> = TrieBackend<PrefixedMemoryDB<H>, H>;Trie backend with in-memory storage.