bitfinex-node-api
    Preparing search index...

    Interface IDepositWithdrawal

    interface IDepositWithdrawal {
        address: string;
        amount: string;
        currency: string;
        description: string;
        fee: number;
        id: number;
        method: string;
        status: IDepositWithdrawalStatus;
        timestamp: string;
        timestamp_created: string;
        txid: number;
        type: string;
    }
    Index

    Properties

    address: string
    amount: string
    currency: string
    description: string
    fee: number
    id: number
    method: string
    timestamp: string
    timestamp_created: string
    txid: number
    type: string