Function sp_state_machine::new_in_mem

source ยท
pub fn new_in_mem<H, KF>() -> TrieBackend<GenericMemoryDB<H, KF>, H>
where H: Hasher, H::Out: Codec + Ord, KF: KeyFunction<H> + Send + Sync,
Expand description

Create a new empty instance of in-memory backend.