UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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