UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

4 lines 276 B
import { ResponseOutgoing } from "@lodestar/reqresp"; import { IBeaconChain } from "../../../chain/index.js"; export declare function onLightClientOptimisticUpdate(chain: IBeaconChain): AsyncIterable<ResponseOutgoing>; //# sourceMappingURL=lightClientOptimisticUpdate.d.ts.map