@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
4 lines • 319 B
TypeScript
import { CachedBeaconStateAllForks, ISignatureSet } from "@lodestar/state-transition";
import { altair } from "@lodestar/types";
export declare function getSyncCommitteeSignatureSet(state: CachedBeaconStateAllForks, syncCommittee: altair.SyncCommitteeMessage): ISignatureSet;
//# sourceMappingURL=syncCommittee.d.ts.map