@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
10 lines • 403 B
TypeScript
export * from "./attestationError.js";
export * from "./attesterSlashingError.js";
export * from "./blobSidecarError.js";
export * from "./blockError.js";
export * from "./gossipValidation.js";
export * from "./proposerSlashingError.js";
export * from "./syncCommitteeError.js";
export * from "./voluntaryExitError.js";
export * from "./blsToExecutionChangeError.js";
//# sourceMappingURL=index.d.ts.map