Interface iAddApprovalDetailsToOffChainStorageSuccessResponse

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

Implemented by

Properties

Properties

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

Type declaration

  • Optional challengeResults?: {
        cid: string;
    }[]

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

  • metadataResult: {
        cid: string;
    }

    The result for name / description (if applicable).

    • cid: string