UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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