UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 481 B
import { routes } from "@lodestar/api"; import { CachedBeaconStateAllForks } from "@lodestar/state-transition"; import { BeaconBlock, ValidatorIndex } from "@lodestar/types"; export type SyncCommitteeRewards = routes.beacon.SyncCommitteeRewards; export declare function computeSyncCommitteeRewards(block: BeaconBlock, preState: CachedBeaconStateAllForks, validatorIds?: (ValidatorIndex | string)[]): Promise<SyncCommitteeRewards>; //# sourceMappingURL=syncCommitteeRewards.d.ts.map