UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

11 lines 675 B
import { GossipActionError } from "./gossipValidation.js"; export { BlsToExecutionChangeErrorCode }; var BlsToExecutionChangeErrorCode; (function (BlsToExecutionChangeErrorCode) { BlsToExecutionChangeErrorCode["ALREADY_EXISTS"] = "BLS_TO_EXECUTION_CHANGE_ERROR_ALREADY_EXISTS"; BlsToExecutionChangeErrorCode["INVALID"] = "BLS_TO_EXECUTION_CHANGE_ERROR_INVALID"; BlsToExecutionChangeErrorCode["INVALID_SIGNATURE"] = "BLS_TO_EXECUTION_CHANGE_ERROR_INVALID_SIGNATURE"; })(BlsToExecutionChangeErrorCode || (BlsToExecutionChangeErrorCode = {})); export class BlsToExecutionChangeError extends GossipActionError { } //# sourceMappingURL=blsToExecutionChangeError.js.map