Structsยง
- Proof
- Stores a merkle path to some leaf.
Internally, the necessary hashes are stored from root to leaf in the
merkle_pathfield, in such a way that, if the merkle tree is of heightn, thei-th element ofmerkle_pathis the sibling node in then - 1 - i-th check when verifying.