UNPKG

@f5i23q999d/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

17 lines 772 B
"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PriceEstimationError = void 0; var PriceEstimationError; (function (PriceEstimationError) { let errorType; (function (errorType) { errorType["QUOTE_NOT_VERIFIED"] = "QuoteNotVerified"; errorType["UNSUPPORTED_TOKEN"] = "UnsupportedToken"; errorType["ZERO_AMOUNT"] = "ZeroAmount"; errorType["UNSUPPORTED_ORDER_TYPE"] = "UnsupportedOrderType"; })(errorType = PriceEstimationError.errorType || (PriceEstimationError.errorType = {})); })(PriceEstimationError = exports.PriceEstimationError || (exports.PriceEstimationError = {})); //# sourceMappingURL=PriceEstimationError.js.map