UNPKG

ipfs-core

Version:

JavaScript implementation of the IPFS specification

8 lines 495 B
/** * @param {object} config * @param {import('../../types').NetworkService} config.network */ export function createWantlistForPeer({ network }: { network: import('../../types').NetworkService; }): (peerId: import("@libp2p/interface-peer-id").PeerId, 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-for-peer.d.ts.map