import { BeaconConfig } from "@lodestar/config"; import { SignedBeaconBlock, Slot, phase0 } from "@lodestar/types"; import { ISignatureSet } from "../util/index.js"; /** * Extract signatures to allow validating all block signatures at once */ export declare function getProposerSlashingSignatureSets(config: BeaconConfig, stateSlot: Slot, proposerSlashing: phase0.ProposerSlashing): ISignatureSet[]; export declare function getProposerSlashingsSignatureSets(config: BeaconConfig, signedBlock: SignedBeaconBlock): ISignatureSet[]; //# sourceMappingURL=proposerSlashings.d.ts.map