Interface SparseCompactMerkleProofJSON

A type used to support serialization to json for SparseCompactMerkleProof.

SparseCompactMerkleProofJSON

interface SparseCompactMerkleProofJSON {
    bitMask: string;
    root: string;
    sideNodes: string[];
}

Properties

bitMask: string
root: string
sideNodes: string[]