UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

8 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.verifyPriceParam = verifyPriceParam; const utils_1 = require("@swaptoshi/utils"); function verifyPriceParam(params) { utils_1.verify.verifyString('path', params.path); } //# sourceMappingURL=quote_price.js.map