UNPKG
@web3-storage/pail
Version:
alpha (0.6.0-alpha.4)
latest (0.6.2)
next (0.6.3-rc.3)
0.6.3-rc.3
0.6.3-rc.2
0.6.3-rc.1
0.6.3-rc.0
0.6.2
0.6.0
0.6.0-alpha.4
0.6.0-alpha.3
0.6.0-alpha.2
0.6.0-alpha.1
0.6.0-alpha.0
0.5.0
0.5.0-alpha.0
0.4.2
0.4.1
0.4.0
DAG based key value store.
github.com/web3-storage/pail
web3-storage/pail
@web3-storage/pail
/
dist
/
src
/
merge.d.ts
5 lines
•
219 B
TypeScript
View Raw
1
2
3
4
5
export
function
merge
(
blocks: API.BlockFetcher, base: API.ShardLink, targets: API.ShardLink[]
):
Promise
<{
root
:
API
.
ShardLink
; } &
API
.
ShardDiff
>;
import
*
as
API
from
'./api.js'
;
//# sourceMappingURL=merge.d.ts.map