UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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