UNPKG
@oddjs/odd
Version:
latest (0.37.2)
0.37.2
0.37.1
0.37.0
ODD SDK
odd.dev
oddsdk/ts-odd
@oddjs/odd
/
lib
/
common
/
hex.d.ts
3 lines
(2 loc)
•
122 B
TypeScript
View Raw
1
2
3
export
declare
const
fromBytes
:
(
bytes
:
Uint8Array
) =>
string
;
export
declare
const
toBytes
:
(
hex
:
string
) =>
Uint8Array
;