UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

8 lines 186 B
export class GossipValidationError extends Error { code; constructor(code, message) { super(message); this.code = code; } } //# sourceMappingURL=errors.js.map