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

    Interface iAddApprovalDetailsToOffChainStoragePayload

    interface iAddApprovalDetailsToOffChainStoragePayload {
        approvalDetails: {
            challengeInfoDetails?: iChallengeInfoDetailsUpdate<NumberType>[];
            description: string;
            image: string;
            name: string;
        }[];
    }
    Index

    Properties

    Properties

    approvalDetails: {
        challengeInfoDetails?: iChallengeInfoDetailsUpdate<NumberType>[];
        description: string;
        image: string;
        name: string;
    }[]

    Type Declaration

    • OptionalchallengeInfoDetails?: iChallengeInfoDetailsUpdate<NumberType>[]

      For any merkle challenge claims that we are implementing

    • description: string

      The description of the approval.

    • image: string

      The image of the approval.

    • name: string

      The name of the approval.