UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 405 B
import { BeaconConfig } from "@lodestar/config"; import { IBeaconStateView, ISignatureSet } from "@lodestar/state-transition"; import { altair } from "@lodestar/types"; export declare function getContributionAndProofSignatureSet(config: BeaconConfig, state: IBeaconStateView, signedContributionAndProof: altair.SignedContributionAndProof): ISignatureSet; //# sourceMappingURL=contributionAndProof.d.ts.map