@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
4 lines • 352 B
TypeScript
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