UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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