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

    Interface iGetReservedClaimCodesSuccessResponse

    interface iGetReservedClaimCodesSuccessResponse {
        leafSignatures?: string[];
        reservedCodes?: string[];
    }

    Implemented by

    Index

    Properties

    leafSignatures?: string[]

    The leaf signatures for the reserved claim codes to prove address <-> leaf mapping.

    reservedCodes?: string[]

    The previously reserved claim codes for the user. These are what are used in the eventual on-chain merkle proof to complete the transaction.