@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
8 lines • 693 B
TypeScript
import { ChainConfig } from "@lodestar/config";
import { ResponseOutgoing } from "@lodestar/reqresp";
import { gloas } from "@lodestar/types";
import { IBeaconChain } from "../../../chain/index.js";
import { IBeaconDb } from "../../../db/index.js";
export declare function onExecutionPayloadEnvelopesByRange(request: gloas.ExecutionPayloadEnvelopesByRangeRequest, chain: IBeaconChain, db: IBeaconDb): AsyncIterable<ResponseOutgoing>;
export declare function validateExecutionPayloadEnvelopesByRangeRequest(config: ChainConfig, request: gloas.ExecutionPayloadEnvelopesByRangeRequest): gloas.ExecutionPayloadEnvelopesByRangeRequest;
//# sourceMappingURL=executionPayloadEnvelopesByRange.d.ts.map