UNPKG

@machinemode/cryptopia

Version:

Node wrapper for Cryptopia's CLient API

19 lines (18 loc) 448 B
declare class MarketHistory { private TradePairId; private Label; private Type; private Price; private Amount; private Total; private Timestamp; constructor(marketHistory: any); readonly tradePairId: number; readonly label: string; readonly type: string; readonly price: number; readonly amount: number; readonly total: number; readonly timestamp: number; } export default MarketHistory;