Interface iMerkleProof

interface iMerkleProof {
    aunts: iMerklePathItem[];
    leaf: string;
}

Properties

Properties

The aunts of the merkle proof.

leaf: string

The leaf of the merkle proof. If useCreatorAddressAsLeaf is true, this will be populated with the creator Cosmos address.