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

    Interface iAddApprovalDetailsToOffChainStorageSuccessResponse

    interface iAddApprovalDetailsToOffChainStorageSuccessResponse {
        approvalResults: {
            challengeResults?: { cid: string }[];
            metadataResult: { cid: string };
        }[];
    }

    Implemented by

    Index

    Properties

    Properties

    approvalResults: {
        challengeResults?: { cid: string }[];
        metadataResult: { cid: string };
    }[]

    Type Declaration

    • OptionalchallengeResults?: { cid: string }[]

      The result for the approval challenge details (if applicable).

    • metadataResult: { cid: string }

      The result for name / description (if applicable).