@ceramicnetwork/core
Version:
Typescript implementation of the Ceramic protocol
5 lines • 310 B
JavaScript
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