bitfinex-node-api
    Preparing search index...

    Interface IWithdrawalV2

    interface IWithdrawalV2 {
        amount: number;
        method: string;
        payment_id: string | null;
        wallet: IWalletTypeV2;
        withdrawal_fee: number;
        withdrawal_id: number;
    }
    Index

    Properties

    amount: number
    method: string
    payment_id: string | null
    wallet: IWalletTypeV2
    withdrawal_fee: number
    withdrawal_id: number