Module reth_trie_common::proof

Expand description

Proof verification logic.

Structs§

  • Proof retainer is used to store proofs during merkle trie construction. It is intended to be used within the HashBuilder.

Enums§

Functions§

  • Verify the proof for given key value pair against the provided state root.