UNPKG

bittrex-api-client

Version:

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

9 lines (7 loc) 123 B
/** * Represents the condition type of a conditional order. */ export enum ConditionType { NONE, GREATER_THAN }