bitfinex-node-api
    Preparing search index...

    Interface ITransferOptionsV2

    interface ITransferOptionsV2 {
        amount: string;
        currency: string;
        currency_to?: string;
        email_dst?: string;
        from: IWalletTypeV2;
        tfaToken?: Record<string, unknown>;
        to: IWalletTypeV2;
        user_id_dst?: number;
    }
    Index

    Properties

    amount: string
    currency: string
    currency_to?: string
    email_dst?: string
    tfaToken?: Record<string, unknown>
    user_id_dst?: number