UNPKG
tegro-swap-sdk
Version:
latest (1.5.11)
1.5.11
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
tegro-swap-sdk
/
dist
/
utils
/
transfer-params.utils.js
3 lines
(2 loc)
•
121 B
JavaScript
View Raw
1
2
3
import
{ randomIntFromInterval }
from
'./math.utils'
;
export
const
getQueryId
= (
) =>
randomIntFromInterval
(
1
,
10
**
6
);