UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 483 B
import { ResponseOutgoing } from "@lodestar/reqresp"; import { IBeaconChain } from "../../../chain/index.js"; import { IBeaconDb } from "../../../db/index.js"; import { ExecutionPayloadEnvelopesByRootRequest } from "../../../util/types.js"; export declare function onExecutionPayloadEnvelopesByRoot(requestBody: ExecutionPayloadEnvelopesByRootRequest, chain: IBeaconChain, db: IBeaconDb): AsyncIterable<ResponseOutgoing>; //# sourceMappingURL=executionPayloadEnvelopesByRoot.d.ts.map