UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

6 lines 271 B
import { createFastifyRoutes } from "../../utils/server/index.js"; import { getDefinitions } from "../routes/lodestar.js"; export function getRoutes(config, methods) { return createFastifyRoutes(getDefinitions(config), methods); } //# sourceMappingURL=lodestar.js.map