Interface: iMerkleProof
The aunts of the merkle proof.
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:645
Properties
aunts
aunts:
iMerklePathItem[]
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:649
The aunts of the merkle proof.
leaf
leaf:
string
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:654
The leaf of the merkle proof. If useCreatorAddressAsLeaf is true, this will be populated with the creator BitBadges address.
leafSignature
leafSignature:
string
Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:659
The signature for the leaf. With an ETH message signature, sign(leaf + "-" + intendedBitBadgesAddress).