Interface WithdrawRequest

    interface WithdrawRequest {
        amount?: AmountLike;
        currencyID?: string;
        kda?: string;
        withdrawType: number;
    }
    Index

    Properties

    amount?: AmountLike
    currencyID?: string
    kda?: string
    withdrawType: number