SecureMemoryTrieMut

Type Alias SecureMemoryTrieMut 

Source
pub type SecureMemoryTrieMut = SecureTrieMut<MemoryTrieMut>;
Expand description

A memory-backed trie where the key is hashed.

Aliased Typeยง

pub struct SecureMemoryTrieMut(/* private fields */);