Module proof
Expand description
Re-export Proof verification logic.
Structs§
- Decoded
Proof Nodes - A wrapper struct for trie node key to RLP encoded trie node.
- Proof
Nodes - A wrapper struct for trie node key to RLP encoded trie node.
- Proof
Retainer - Proof retainer is used to store proofs during merkle trie construction.
It is intended to be used within the
HashBuilder
.
Enums§
- Proof
Verification Error - Error during proof verification.
Functions§
- verify_
proof - Verify the proof for given key value pair against the provided state root.