File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ export interface DAGAPI {
222222 * Import all blocks from one or more CARs and optionally recursively pin the roots identified
223223 * within the CARs.
224224 */
225- import ( sources : Iterable < Uint8Array > | AsyncIterable < Uint8Array > | AsyncIterable < AsyncIterable < Uint8Array > > | Iterable < AsyncIterable < Uint8Array > > , options ?: DAGImportOptions ) : AsyncIterable < DAGImportResult >
225+ import ( sources : ReadableStream < Uint8Array > | Iterable < Uint8Array > | AsyncIterable < Uint8Array > | AsyncIterable < AsyncIterable < Uint8Array > > | Iterable < AsyncIterable < Uint8Array > > , options ?: DAGImportOptions ) : AsyncIterable < DAGImportResult >
226226}
227227
228228export function createDAG ( client : HTTPRPCClient , codecs : Codecs ) : DAGAPI {
You can’t perform that action at this time.
0 commit comments