UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

5 lines 310 B
import { DIDAnchorServiceAuth } from '../anchor/auth/did-anchor-service-auth.js'; export function createDidAnchorServiceAuth(anchorServiceUrl, signer, logger, fetchFn) { return new DIDAnchorServiceAuth(anchorServiceUrl, logger, signer, fetchFn); } //# sourceMappingURL=create-did-anchor-service-auth.js.map