Interface AddApprovalDetailsToOffChainStoragePayload

interface AddApprovalDetailsToOffChainStoragePayload {
    approvalDetails: {
        challengeInfoDetails?: iChallengeInfoDetails<NumberType>[];
        description: string;
        name: string;
    }[];
}

Properties

Properties

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

Type declaration

  • Optional challengeInfoDetails?: iChallengeInfoDetails<NumberType>[]

    For any merkle challenge claims that we are implementing

  • description: string

    The description of the approval.

  • name: string

    The name of the approval.