Interface IDonutWithdrawContextPayload

interface IDonutWithdrawContextPayload {
    amount?: number;
    amount_without_fee?: number;
    reason?: string;
}

Properties

amount?: number
amount_without_fee?: number
reason?: string

Generated using TypeDoc