@ceramicnetwork/core
Version:
Typescript implementation of the Ceramic protocol
5 lines • 456 B
TypeScript
import type { CeramicSigner, DiagnosticsLogger } from '@ceramicnetwork/common';
import { DIDAnchorServiceAuth } from '../anchor/auth/did-anchor-service-auth.js';
import type { fetchJson } from '@ceramicnetwork/common';
export declare function createDidAnchorServiceAuth(anchorServiceUrl: string, signer: CeramicSigner, logger: DiagnosticsLogger, fetchFn: typeof fetchJson): DIDAnchorServiceAuth;
//# sourceMappingURL=create-did-anchor-service-auth.d.ts.map