@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
9 lines • 494 B
JavaScript
import { GossipActionError } from "./gossipValidation.js";
export var AttesterSlashingErrorCode;
(function (AttesterSlashingErrorCode) {
AttesterSlashingErrorCode["ALREADY_EXISTS"] = "ATTESTATION_SLASHING_ERROR_ALREADY_EXISTS";
AttesterSlashingErrorCode["INVALID"] = "ATTESTATION_SLASHING_ERROR_INVALID";
})(AttesterSlashingErrorCode || (AttesterSlashingErrorCode = {}));
export class AttesterSlashingError extends GossipActionError {
}
//# sourceMappingURL=attesterSlashingError.js.map