bitfinex-node-api
    Preparing search index...

    Interface ITransferV2

    interface ITransferV2 {
        amount: number;
        currency: string;
        currency_to: string | null;
        mts_update: number;
        wallet_from: IWalletTypeV2;
        wallet_to: IWalletTypeV2;
    }
    Index

    Properties

    amount: number
    currency: string
    currency_to: string | null
    mts_update: number
    wallet_from: IWalletTypeV2
    wallet_to: IWalletTypeV2