UNPKG
merkle-reference
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.1
1.1.0
0.0.3
0.0.2
0.0.1
0.0.0
This is a TS library implementing [merkle reference] specification.
merkle-reference
/
dist
/
src
/
tag.d.ts
5 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
export
function
fromString
(
name
:
string
):
symbol
;
export
function
is
(
value
:
unknown
): value is
symbol
;
export
function
toBytes
(
value
:
symbol
):
Uint8Array
<
ArrayBufferLike
>;
export
{ fromString
as
for
, _for
as
for
};
//# sourceMappingURL=tag.d.ts.map