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
/
crdt
/
batch
/
index.d.ts
5 lines
•
274 B
TypeScript
View Raw
1
2
3
4
5
export
{
BatchCommittedError
};
export
function
create
(
blocks: API.BlockFetcher, head: API.EventLink<API.Operation>[]
):
Promise
<
API
.
CRDTBatcher
>;
import
{
BatchCommittedError
}
from
'../../batch/index.js'
;
import
*
as
API
from
'./api.js'
;
//# sourceMappingURL=index.d.ts.map