Module trie

Source
Expand description

Errors when computing the state root.

Structs§

SparseStateTrieError
Error encountered in SparseStateTrie.
SparseTrieError
Error encountered in SparseTrie.

Enums§

SparseStateTrieErrorKind
Error encountered in SparseStateTrie.
SparseTrieErrorKind
SparseTrieError kind.
StateProofError
State proof errors.
StateRootError
State root errors.
StorageRootError
Storage root error.
TrieWitnessError
Trie witness errors.

Type Aliases§

SparseStateTrieResult
Result type with SparseStateTrieError as error.
SparseTrieResult
Result type with SparseTrieError as error.