FixedSecureMemoryTrieMut

Type Alias FixedSecureMemoryTrieMut 

Source
pub type FixedSecureMemoryTrieMut<K, V> = FixedSecureTrieMut<MemoryTrieMut, K, V>;
Expand description

A memory-backed trie where the key is hashed and the value is operated on a fixed RLP value type.

Aliased Typeยง

pub struct FixedSecureMemoryTrieMut<K, V>(/* private fields */);