UNPKG

bittrex-api-client

Version:

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

11 lines (9 loc) 120 B
/** * Represents the type of an order. */ export enum OrderType { BUY, SELL, LIMIT_BUY, LIMIT_SELL }