@f5i23q999d/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
15 lines • 415 B
JavaScript
;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrderKind = void 0;
/**
* Is this order a buy or sell?
*/
var OrderKind;
(function (OrderKind) {
OrderKind["BUY"] = "buy";
OrderKind["SELL"] = "sell";
})(OrderKind = exports.OrderKind || (exports.OrderKind = {}));
//# sourceMappingURL=OrderKind.js.map