UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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