@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
10 lines • 519 B
JavaScript
import { GossipActionError } from "./gossipValidation.js";
export { ProposerSlashingErrorCode };
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