UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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