@lodestar/api
Version:
A Typescript REST client for the Ethereum Consensus API
8 lines • 342 B
TypeScript
import type { Endpoints } from "./routes/index.js";
import * as routes from "./routes/index.js";
export { routes };
export { type ApiClient, getClient } from "./client/index.js";
export type { Endpoints };
export type ApiNamespace = keyof Endpoints;
export declare const allNamespaces: (keyof Endpoints)[];
//# sourceMappingURL=index.d.ts.map