@lodestar/prover
Version:
A Typescript implementation of the Ethereum Consensus light client
5 lines • 340 B
TypeScript
import http from "node:http";
import { JsonRpcRequestPayload, JsonRpcResponse } from "../types.js";
export declare const fetchRequestPayload: (req: http.IncomingMessage) => Promise<JsonRpcRequestPayload>;
export declare const fetchResponseBody: (res: http.IncomingMessage) => Promise<JsonRpcResponse>;
//# sourceMappingURL=req_resp.d.ts.map