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