Interface iApprovalIdentifierDetails

interface iApprovalIdentifierDetails {
    approvalId: string;
    approvalLevel: string;
    approverAddress: string;
}

Properties

approvalId: string

The approval ID of the approval.

approvalLevel: string

The approval level of the approval "collection", "incoming", or "outgoing".

approverAddress: string

The address of the approval to check. If approvalLevel is "collection", this is blank "".