MCPcopy Create free account
hub / github.com/did-method-plc/did-method-plc / constructor

Method constructor

packages/lib/src/error.ts:43–45  ·  view source on GitHub ↗
(public op: unknown)

Source from the content-addressed store, hash-verified

41export class GenesisHashError extends PlcError {
42 constructor(public expected: string) {
43 super(
44 `Hash of genesis operation does not match DID identifier: ${expected}`,
45 )
46 }
47}
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected