UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

7 lines 534 B
import { routes } from "@lodestar/api"; import { BeaconConfig } from "@lodestar/config"; import { CachedBeaconStateAllForks } from "@lodestar/state-transition"; import { Epoch, ValidatorIndex } from "@lodestar/types"; export type AttestationsRewards = routes.beacon.AttestationsRewards; export declare function computeAttestationsRewards(_epoch: Epoch, state: CachedBeaconStateAllForks, _config: BeaconConfig, validatorIds?: (ValidatorIndex | string)[]): Promise<AttestationsRewards>; //# sourceMappingURL=attestationsRewards.d.ts.map