bitfinex-node-api
    Preparing search index...

    Interface ITransferOptions

    interface ITransferOptions {
        amount: string;
        currency?: string;
        walletfrom: IWalletType;
        walletto: IWalletType;
    }
    Index

    Properties

    amount: string
    currency?: string
    walletfrom: IWalletType
    walletto: IWalletType