@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
5 lines • 407 B
TypeScript
import { BeaconConfig } from "@lodestar/config";
import { IBeaconStateView, ISignatureSet } from "@lodestar/state-transition";
import { altair } from "@lodestar/types";
export declare function getSyncCommitteeSelectionProofSignatureSet(config: BeaconConfig, state: IBeaconStateView, contributionAndProof: altair.ContributionAndProof): ISignatureSet;
//# sourceMappingURL=syncCommitteeSelectionProof.d.ts.map