@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
9 lines • 488 B
JavaScript
import { GossipActionError } from "./gossipValidation.js";
export var ProposerSlashingErrorCode;
(function (ProposerSlashingErrorCode) {
ProposerSlashingErrorCode["ALREADY_EXISTS"] = "PROPOSER_SLASHING_ERROR_ALREADY_EXISTS";
ProposerSlashingErrorCode["INVALID"] = "PROPOSER_SLASHING_ERROR_INVALID";
})(ProposerSlashingErrorCode || (ProposerSlashingErrorCode = {}));
export class ProposerSlashingError extends GossipActionError {
}
//# sourceMappingURL=proposerSlashingError.js.map