Merkle Proof
An inclusion proof that a value is part of a Merkle tree committed by a known root hash, allowing verification without the full dataset.
Merkle Proof
CryptographyAn inclusion proof that a value is part of a Merkle tree committed by a known root hash, allowing verification without the full dataset.
Sections
Definition
An inclusion proof that a value is part of a Merkle tree committed by a known root hash, allowing verification without the full dataset.
Why it matters
Verifies inclusion against a state root with a short authentication path.