UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

13 lines (12 loc) 318 B
import { BigNumber } from 'bignumber.js'; export declare class CurrencyData { CryptoCurrency: string; Name: string; MinUnit: BigNumber; DepositFee: BigNumber; WithdrawalFee: BigNumber; MinWithdrawal: BigNumber; Type: string; IsActive: boolean; FundingFrozen: boolean; }