bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iMerkleProof

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

    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 BitBadges address.

    leafSignature: string

    The signature for the leaf. With an ETH message signature, sign(leaf + "-" + intendedBitBadgesAddress).