(public op: unknown)
| 41 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected