UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

8 lines (7 loc) 163 B
export class GossipValidationError extends Error { code: string; constructor(code: string, message?: string) { super(message); this.code = code; } }