bitfinex-node-api
    Preparing search index...

    Interface IDepositInvoiceOptions

    interface IDepositInvoiceOptions {
        amount: string;
        currency: string;
        wallet: IWalletTypeV2;
    }
    Index

    Properties

    amount: string
    currency: string
    wallet: IWalletTypeV2