UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 315 B
import { routes } from "@lodestar/api"; import { ApplicationMethods } from "@lodestar/api/server"; import { ApiModules } from "../../types.js"; export declare function getBeaconRewardsApi({ chain }: Pick<ApiModules, "chain">): ApplicationMethods<routes.beacon.rewards.Endpoints>; //# sourceMappingURL=index.d.ts.map