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

    Interface iGetClaimAttemptStatusSuccessResponse

    interface iGetClaimAttemptStatusSuccessResponse {
        bitbadgesAddress: string;
        code?: string;
        error: string;
        success: boolean;
    }

    Implemented by

    Index

    Properties

    bitbadgesAddress: string
    code?: string

    The code for the on-chain transaction. Only provided if you have permissions and this is an on-chain token claim.

    error: string
    success: boolean