UNPKG

bittrex-api-client

Version:

A client which can be used to interact with Bittrex's API. Entirely developed in TypeScript.

10 lines (8 loc) 108 B
/** * Represents the type of an order book. */ export enum OrderBookType { BUY, SELL, BOTH }