@f5i23q999d/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
16 lines • 542 B
JavaScript
;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.SellTokenSource = void 0;
/**
* Where should the `sellToken` be drawn from?
*/
var SellTokenSource;
(function (SellTokenSource) {
SellTokenSource["ERC20"] = "erc20";
SellTokenSource["INTERNAL"] = "internal";
SellTokenSource["EXTERNAL"] = "external";
})(SellTokenSource = exports.SellTokenSource || (exports.SellTokenSource = {}));
//# sourceMappingURL=SellTokenSource.js.map