UNPKG

rainbow-swap-sdk

Version:

SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.

7 lines (6 loc) • 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getQueryId = void 0; const math_utils_1 = require("./math.utils"); const getQueryId = () => (0, math_utils_1.randomIntFromInterval)(1, 10 ** 6); exports.getQueryId = getQueryId;