Type Definition trie::FixedMemorySecureTrie [] [src]

type FixedMemorySecureTrie<K, V> = FixedSecureTrie<HashMap<H256, Vec<u8>>, K, V>;