Interface SparseCompactMerkleProof

Compacted Merkle proof for an element in a SparseMerkleTree

SparseCompactMerkleProof

interface SparseCompactMerkleProof {
    bitMask: Field;
    root: Field;
    sideNodes: Field[];
}

Properties

bitMask: Field
root: Field
sideNodes: Field[]