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

Method constructor

packages/lib/src/error.ts:49–51  ·  view source on GitHub ↗
(public key: string, public err: unknown)

Source from the content-addressed store, hash-verified

47}
48
49export class InvalidSignatureError extends PlcError {
50 constructor(public op: unknown) {
51 super(`Invalid signature on op: ${JSON.stringify(op)}`)
52 }
53}
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected