@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
6 lines • 542 B
TypeScript
import { AttesterSlashing } from "@lodestar/types";
import { IBeaconChain } from "../index.js";
export declare function validateApiAttesterSlashing(chain: IBeaconChain, attesterSlashing: AttesterSlashing): Promise<void>;
export declare function validateGossipAttesterSlashing(chain: IBeaconChain, attesterSlashing: AttesterSlashing): Promise<void>;
export declare function validateAttesterSlashing(chain: IBeaconChain, attesterSlashing: AttesterSlashing, prioritizeBls?: boolean): Promise<void>;
//# sourceMappingURL=attesterSlashing.d.ts.map