UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
stores
/
library
/
periphery
/
hex_strings.d.ts
3 lines
(2 loc)
•
173 B
TypeScript
View Raw
1
2
3
export
declare
function
toHexString
(
value
:
number
|
bigint
|
string
|
Buffer
,
length
:
number
):
string
;
export
declare
function
bufferToUint256String
(
value
:
Buffer
):
string
;