UNPKG
@ecash/lib
Version:
latest (1.5.1-rc3)
1.5.1-rc3
1.5.1-rc2
1.5.1-rc1
1.5.1-rc0
1.5.0-rc0
Library for eCash transaction building
github.com/Bitcoin-ABC/bitcoin-abc
Bitcoin-ABC/bitcoin-abc
@ecash/lib
/
dist
/
io
/
hex.d.ts
5 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
toHex
(
buffer
:
Uint8Array
):
string
;
export
declare
function
toHexRev
(
buffer
:
Uint8Array
):
string
;
export
declare
function
fromHex
(
str
:
string
):
Uint8Array
;
export
declare
function
fromHexRev
(
str
:
string
):
Uint8Array
;
//# sourceMappingURL=hex.d.ts.map