Type Definition frame::runtime::apis::InMemoryBackend

pub type InMemoryBackend<H> = TrieBackend<MemoryDB<H, PrefixedKey<H>, Vec<u8, Global>>, H, LocalTrieCache<H>>;
Expand description

Trie backend with in-memory storage.