☰
TrieHash
TrieHash
In sp_trie
Modules
cache
nibble_ops
recorder
trie_types
Structs
CompactProof
HashKey
KeySpacedDB
KeySpacedDBMut
LayoutV0
LayoutV1
NodeCodec
PrefixedKey
Recorder
StorageProof
TrieDBIterator
TrieDBKeyIterator
TrieStream
Enums
CompactProofError
Error
NodePlan
ValuePlan
VerifyError
Statics
EMPTY_PREFIX
Traits
AsHashDB
HashDBT
KeyFunction
Query
Trie
TrieCache
TrieConfiguration
TrieLayout
TrieMut
TrieRecorder
Functions
child_delta_trie_root
child_trie_root
decode_compact
delta_trie_root
empty_child_trie_root
empty_trie_root
encode_compact
generate_trie_proof
prefixed_key
read_child_trie_hash
read_child_trie_value
read_child_trie_value_with
read_trie_value
read_trie_value_with
verify_trie_proof
Type Definitions
CError
DBValue
GenericMemoryDB
HashDB
Lookup
MemoryDB
PrefixedMemoryDB
TrieDB
TrieDBBuilder
TrieDBMut
TrieDBMutBuilder
TrieError
TrieHash
?
Type Definition
sp_trie
::
TrieHash
source
·
[
−
]
pub type TrieHash<L> = <<L as
TrieLayout
>::
Hash
as
Hasher
>::
Out
;
Expand description
Hash type for a trie layout.