UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

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