UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

4 lines 243 B
import { IpfsApi } from '@ceramicnetwork/common'; import { Dispatcher } from '../dispatcher.js'; export declare function createDispatcher(ipfs: IpfsApi, pubsubTopic: string): Promise<Dispatcher>; //# sourceMappingURL=create-dispatcher.d.ts.map