UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

10 lines (9 loc) 248 B
import { BigNumber } from 'bignumber.js'; export declare class TradingPair { Id: string; BaseCurrencyId: string; QuoteCurrencyId: string; BaseMinSize: BigNumber; BaseMaxSize: BigNumber; QuoteIncrement: BigNumber; }