Interface iAddApprovalDetailsToOffChainStoragePayload

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

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.

MMNEPVFCICPMFPCPTTAAATR