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
/
big-int.utils.d.ts
3 lines
(2 loc)
•
148 B
TypeScript
View Raw
1
2
3
export
declare
const
toNano
:
(
src
:
string
,
decimals
:
number
) =>
bigint
;
export
declare
const
fromNano
:
(
value
:
bigint
,
decimals
:
number
) =>
string
;