UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

9 lines 499 B
// Re-exporting beacon only for backwards compatibility export * from "./beacon/index.js"; export { ApiError } from "./utils/client/error.js"; export { ApiResponse, HttpClient, defaultInit } from "./utils/client/index.js"; export { HttpHeader, MediaType } from "./utils/headers.js"; export { HttpStatusCode } from "./utils/httpStatusCode.js"; export { WireFormat } from "./utils/wireFormat.js"; // NOTE: Don't export server here so it's not bundled to all consumers //# sourceMappingURL=index.js.map