Crate reth_trie_sparse

Source
Expand description

The implementation of sparse MPT.

Modules§

  • Traits and default implementations related to retrieval of blinded trie nodes.
  • Re-export sparse trie error types.

Structs§

Enums§

  • Enum representing trie nodes in sparse trie.
  • Inner representation of the sparse trie. Sparse trie is blind by default until nodes are revealed.