Expand description
The implementation of sparse MPT.
Modules§
- blinded
- Traits and default implementations related to retrieval of blinded trie nodes.
- errors
- Re-export sparse trie error types.
Structs§
- Revealed
Sparse Trie - The representation of revealed sparse trie.
- RlpNode
Buffers - Collection of reusable buffers for
RevealedSparseTrie::rlp_node
. - Sparse
State Trie - Sparse state trie representing lazy-loaded Ethereum state trie.
- Sparse
Trie Updates - The aggregation of sparse trie updates.
- Trie
Masks - Struct for passing around
hash_mask
andtree_mask
Enums§
- Sparse
Node - Enum representing trie nodes in sparse trie.
- Sparse
Trie - Inner representation of the sparse trie. Sparse trie is blind by default until nodes are revealed.