UNPKG
@benfen/bcs
Version:
latest (0.1.0)
0.1.0
BCS - Canonical Binary Serialization implementation for JavaScript
@benfen/bcs
/
dist
/
hex.d.ts
3 lines
(2 loc)
•
119 B
TypeScript
View Raw
1
2
3
export
declare
function
fromHEX
(
hexStr
:
string
):
Uint8Array
;
export
declare
function
toHEX
(
bytes
:
Uint8Array
):
string
;