UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

6 lines 248 B
import { ELVerifiedRequestHandler } from "../interfaces.js"; export declare const eth_getTransactionCount: ELVerifiedRequestHandler<[ address: string, block?: number | string ], string>; //# sourceMappingURL=eth_getTransactionCount.d.ts.map