UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

6 lines 228 B
export class NotSingleChainError extends Error { constructor() { super("Anchor service returned multiple supported chains, which isn't supported by js-ceramic yet"); } } //# sourceMappingURL=anchor-service.js.map