ipfs-core
Version:
JavaScript implementation of the IPFS specification
8 lines • 427 B
TypeScript
/**
* @param {object} config
* @param {import('../../types').NetworkService} config.network
*/
export function createWantlist({ network }: {
network: import('../../types').NetworkService;
}): (options?: import("ipfs-core-types").AbortOptions | undefined) => Promise<import("ipfs-http-client/dist/src").CID<unknown, number, number, import("multiformats/dist/types/src").Version>[]>;
//# sourceMappingURL=wantlist.d.ts.map