Function sp_state_machine::new_in_mem_hash_key

source ยท
pub fn new_in_mem_hash_key<H>() -> TrieBackend<MemoryDB<H>, H>
where H: Hasher, H::Out: Codec + Ord,
Expand description

Create a new empty instance of in-memory backend.

It will use HashKey to store the keys internally.