UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
utils
/
verify
/
params
/
quote_price.js
8 lines
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"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