UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

8 lines 434 B
import { ForkSeq } from "@lodestar/params"; import { AttesterSlashing, IndexedAttestation } from "@lodestar/types"; /** * Find all slashable pairs within a list of IndexedAttestations and * construct AttesterSlashing objects for each. */ export declare function getAttesterSlashingsFromIndexedAttestations(fork: ForkSeq, indexedAttestations: IndexedAttestation[]): AttesterSlashing[]; //# sourceMappingURL=attesterSlashing.d.ts.map