UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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