UNPKG

tegro-swap-sdk

Version:

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

3 lines (2 loc) • 121 B
import { randomIntFromInterval } from './math.utils'; export const getQueryId = () => randomIntFromInterval(1, 10 ** 6);