UNPKG

@unruggable/gateways

Version:

Trustless Ethereum Multichain CCIP-Read Gateway

10 lines 371 B
import type { BigNumberish, HexString } from './types.js'; export declare function fetchBeaconData(url: string): Promise<any>; export type BlobSidecar = { blob: HexString; kzg_commitment: HexString; }; export declare function fetchSidecars(beaconAPI: string, blockId: BigNumberish): Promise<{ [k: string]: BlobSidecar; }>; //# sourceMappingURL=beacon.d.ts.map