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
/
list.d.ts
4 lines
•
202 B
TypeScript
View Raw
1
2
3
4
export
const
name
:
"List"
;
export
const
tag
:
symbol
;
export
function
toTree
(
data
:
Iterable
<
unknown
>,
builder
:
import
(
"./tree.js"
).
Builder
):
import
(
"./tree.js"
).
Branch
;
//# sourceMappingURL=list.d.ts.map