@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
5 lines • 399 B
TypeScript
import { phase0 } from "@lodestar/types";
import { IBeaconChain } from "../index.js";
export declare function validateApiProposerSlashing(chain: IBeaconChain, proposerSlashing: phase0.ProposerSlashing): Promise<void>;
export declare function validateGossipProposerSlashing(chain: IBeaconChain, proposerSlashing: phase0.ProposerSlashing): Promise<void>;
//# sourceMappingURL=proposerSlashing.d.ts.map