Skip to main content

Module proof

Module proof 

Source
Expand description

Inclusion and consistency proofs.

Structsยง

ConsistencyProof
A consistency proof: proves that an earlier tree state (with from_size entries) is a prefix of the current tree state (with to_size entries).
MerkleProof
A Merkle inclusion proof: the list of sibling hashes needed to reconstruct the root from a given leaf.