UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

4 lines 354 B
import { CachedBeaconStateAllForks, ISignatureSet } from "@lodestar/state-transition"; import { altair } from "@lodestar/types"; export declare function getSyncCommitteeSelectionProofSignatureSet(state: CachedBeaconStateAllForks, contributionAndProof: altair.ContributionAndProof): ISignatureSet; //# sourceMappingURL=syncCommitteeSelectionProof.d.ts.map