UNPKG
@solsdk/xswap_sdk
Version:
latest (5.1.8)
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
Universal cross-chain swaps SDK
@solsdk/xswap_sdk
/
dist
/
types
/
utils
/
parsers.d.ts
6 lines
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
namespace
Parsers
{
function
bigIntReplacer
(
_key
:
string
,
value
:
any
):
any
;
function
bigintToFloat
(
amount
:
bigint
,
decimals
:
number
):
number
;
function
floatToBigint
(
usdValue
:
number
,
decimals
:
number
):
bigint
; }
//# sourceMappingURL=parsers.d.ts.map