logo
Expand description

Merkle proofs.

Structs

A proof that a node with a specified key and value is present in the Merkle trie. Given a state hash x, one can validate a proof p by checking x == p.compute_state_hash().

Enums

A component of a proof that an entry exists in the Merkle trie.