bitfinex-node-api
    Preparing search index...

    Interface IDepositAddressOptions

    interface IDepositAddressOptions {
        method: string;
        op_renew?: 0 | 1;
        wallet: IWalletTypeV2;
    }
    Index

    Properties

    method: string
    op_renew?: 0 | 1
    wallet: IWalletTypeV2