@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 • 535 B
JavaScript
;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.BuyTokenDestination = void 0;
/**
* Where should the `buyToken` be transferred to?
*/
var BuyTokenDestination;
(function (BuyTokenDestination) {
BuyTokenDestination["ERC20"] = "erc20";
BuyTokenDestination["INTERNAL"] = "internal";
})(BuyTokenDestination = exports.BuyTokenDestination || (exports.BuyTokenDestination = {}));
//# sourceMappingURL=BuyTokenDestination.js.map