Expand description
Merkle proof types.
Structs§
- Sparse
Merkle Leaf Node - Sparse
Merkle Proof - A proof that can be used to authenticate an element in a Sparse Merkle Tree given trusted root
hash. For example,
TransactionInfoToAccountProof
can be constructed on top of this structure. - Sparse
Merkle Range Proof - Note: this is not a range proof in the sense that a range of nodes is verified! Instead, it verifies the entire left part of the tree up to a known rightmost node. See the description below.
- Update
Merkle Proof