UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 412 B
import { ResponseOutgoing } from "@lodestar/reqresp"; import { phase0 } from "@lodestar/types"; import { IBeaconChain } from "../../../chain/index.js"; import { IBeaconDb } from "../../../db/index.js"; export declare function onBeaconBlocksByRoot(requestBody: phase0.BeaconBlocksByRootRequest, chain: IBeaconChain, db: IBeaconDb): AsyncIterable<ResponseOutgoing>; //# sourceMappingURL=beaconBlocksByRoot.d.ts.map