Interface API<OptionExtension> Methods export export( root: CID , options?: ExportOptions & OptionExtension ) : AsyncIterable < Uint8Array > Parameters Returns AsyncIterable < Uint8Array > get Parameters cid: CID Optional options: GetOptions & OptionExtension import import( sources: Iterable < Uint8Array > | AsyncIterable < Uint8Array > | AsyncIterable < AsyncIterable < Uint8Array > > | Iterable < AsyncIterable < Uint8Array > > , options?: ImportOptions & OptionExtension ) : AsyncIterable < ImportResult > Parameters sources: Iterable < Uint8Array > | AsyncIterable < Uint8Array > | AsyncIterable < AsyncIterable < Uint8Array > > | Iterable < AsyncIterable < Uint8Array > > Optional options: ImportOptions & OptionExtension put put( node: any , options?: PutOptions & OptionExtension ) : Promise < CID > Parameters node: any Optional options: PutOptions & OptionExtension Returns Promise < CID > Legend Interface Interface with type parameter Method Type alias Type alias with type parameter Settings Theme OS Light Dark
Exports a CAR for the entire DAG available from the given root CID. The CAR will have a single root and IPFS will attempt to fetch and bundle all blocks that are linked within the connected DAG.