bittrex-api-client
Version:
A client which can be used to interact with Bittrex's API. Entirely developed in TypeScript.
11 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Represents the condition type of a conditional order.
*/
var ConditionType;
(function (ConditionType) {
ConditionType[ConditionType["NONE"] = 0] = "NONE";
ConditionType[ConditionType["GREATER_THAN"] = 1] = "GREATER_THAN";
})(ConditionType = exports.ConditionType || (exports.ConditionType = {}));
//# sourceMappingURL=ConditionType.js.map