UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

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