UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

9 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.verifyQuoteExactOutputParam = verifyQuoteExactOutputParam; const utils_1 = require("@swaptoshi/utils"); function verifyQuoteExactOutputParam(params) { utils_1.verify.verifyString('path', params.path); utils_1.verify.verifyNumberString('amountOut', params.amountOut); } //# sourceMappingURL=quote_exact_output.js.map