@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
5 lines • 361 B
TypeScript
import { ResponseOutgoing } from "@lodestar/reqresp";
import { altair } from "@lodestar/types";
import { IBeaconChain } from "../../../chain/index.js";
export declare function onLightClientUpdatesByRange(requestBody: altair.LightClientUpdatesByRange, chain: IBeaconChain): AsyncIterable<ResponseOutgoing>;
//# sourceMappingURL=lightClientUpdatesByRange.d.ts.map