@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
8 lines • 626 B
TypeScript
import { BeaconConfig } from "@lodestar/config";
import { ResponseOutgoing } from "@lodestar/reqresp";
import { deneb, phase0 } from "@lodestar/types";
import { IBeaconChain } from "../../../chain/index.js";
import { IBeaconDb } from "../../../db/index.js";
export declare function onBeaconBlocksByRange(request: phase0.BeaconBlocksByRangeRequest, chain: IBeaconChain, db: IBeaconDb): AsyncIterable<ResponseOutgoing>;
export declare function validateBeaconBlocksByRangeRequest(config: BeaconConfig, request: deneb.BlobSidecarsByRangeRequest): deneb.BlobSidecarsByRangeRequest;
//# sourceMappingURL=beaconBlocksByRange.d.ts.map