☰
TrieHash
TrieHash
In sp_trie
Modules
nibble_ops
trie_types
Structs
KeySpacedDB
KeySpacedDBMut
Layout
NodeCodec
Recorder
StorageProof
TrieDBIterator
TrieStream
Enums
Error
VerifyError
Statics
EMPTY_PREFIX
Traits
AsHashDB
HashDBT
KeyFunction
Query
Trie
TrieConfiguration
TrieLayout
TrieMut
Functions
child_delta_trie_root
child_trie_root
delta_trie_root
empty_child_trie_root
empty_trie_root
for_keys_in_child_trie
generate_trie_proof
prefixed_key
read_child_trie_value
read_child_trie_value_with
read_trie_value
read_trie_value_with
record_all_keys
verify_trie_proof
Type Definitions
CError
DBValue
GenericMemoryDB
HashDB
Lookup
MemoryDB
PrefixedMemoryDB
TrieDB
TrieDBMut
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.