UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

7 lines 283 B
import { ELVerifiedRequestHandler } from "../interfaces.js"; import { ELBlock } from "../types.js"; export declare const eth_getBlockByNumber: ELVerifiedRequestHandler<[ block: string | number, hydrated: boolean ], ELBlock>; //# sourceMappingURL=eth_getBlockByNumber.d.ts.map