ipfs-core
Version:
JavaScript implementation of the IPFS specification
8 lines • 349 B
TypeScript
/**
* @param {object} config
* @param {import('../../types').NetworkService} config.network
*/
export function createStat({ network }: {
network: import('../../types').NetworkService;
}): (options?: import("ipfs-core-types").AbortOptions | undefined) => Promise<import("ipfs-core-types/src/bitswap").Stats>;
//# sourceMappingURL=stat.d.ts.map