UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

4 lines 262 B
import { ELVerifiedRequestHandler } from "../interfaces.js"; import { ELApiParams, ELApiReturn } from "../types.js"; export declare const eth_call: ELVerifiedRequestHandler<ELApiParams["eth_call"], ELApiReturn["eth_call"]>; //# sourceMappingURL=eth_call.d.ts.map