UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

17 lines 473 B
// NOTE: Don't export server here so it's not bundled to all consumers import * as routes from "./routes/index.js"; export { routes }; export { getClient } from "./client/index.js"; const allNamespacesObj = { beacon: true, config: true, debug: true, events: true, lightclient: true, lodestar: true, node: true, proof: true, validator: true, }; export const allNamespaces = Object.keys(allNamespacesObj); //# sourceMappingURL=index.js.map