Expand description
The implementation of sparse MPT.
Structs§
- The representation of revealed sparse trie.
- Sparse state trie representing lazy-loaded Ethereum state trie.
Enums§
- Enum representing trie nodes in sparse trie.
- Error encountered in
crate::SparseStateTrie
. - Inner representation of the sparse trie. Sparse trie is blind by default until nodes are revealed.
- Error encountered in
crate::SparseTrie
.
Type Aliases§
- Result type with
SparseStateTrieError
as error. - Result type with
SparseTrieError
as error.