UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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