UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

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