UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

6 lines 210 B
import { IpfsTopology } from '@ceramicnetwork/ipfs-topology'; export declare class FakeTopology extends IpfsTopology { start(): Promise<void>; stop(): void; } //# sourceMappingURL=fake-topology.d.ts.map