UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

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