UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

8 lines 336 B
import { Ceramic, CeramicConfig } from '../ceramic.js'; import { IpfsApi } from '@ceramicnetwork/common'; export declare function createCeramic(ipfs: IpfsApi, config?: CeramicConfig & { seed?: string; anchorOnRequest?: boolean; stateStoreDirectory?: string; }): Promise<Ceramic>; //# sourceMappingURL=create-ceramic.d.ts.map