@swaptoshi/dex-module
Version:
Klayr decentralized exchange (dex) on-chain module
9 lines • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.verifyQuoteExactInputParam = verifyQuoteExactInputParam;
const utils_1 = require("@swaptoshi/utils");
function verifyQuoteExactInputParam(params) {
utils_1.verify.verifyString('path', params.path);
utils_1.verify.verifyNumberString('amountIn', params.amountIn);
}
//# sourceMappingURL=quote_exact_input.js.map