UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

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