UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

5 lines 344 B
import { ChainForkConfig } from "@lodestar/config"; import { ApplicationMethods, FastifyRoutes } from "../../utils/server/index.js"; import { Endpoints } from "../routes/config.js"; export declare function getRoutes(config: ChainForkConfig, methods: ApplicationMethods<Endpoints>): FastifyRoutes<Endpoints>; //# sourceMappingURL=config.d.ts.map