UNPKG

@machinemode/cryptopia

Version:

Node wrapper for Cryptopia's CLient API

15 lines (14 loc) 342 B
declare class MarketOrder { private TradePairId; private Label; private Price; private Volume; private Total; constructor(marketOrder: any); readonly tradePairId: number; readonly label: string; readonly price: number; readonly volume: number; readonly total: number; } export default MarketOrder;