ethereumjs-monorepo

@ethereumjs/util


@ethereumjs/util / blobsToCellProofs

Function: blobsToCellProofs()

blobsToCellProofs(kzg, blobs): `0x${string}`[]

Defined in: packages/util/src/blobs.ts:207

EIP-7594: Computes cell proofs for the given blobs.

Parameters

kzg

KZG

KZG implementation capable of computing cell proofs

blobs

`0x${string}`[]

Array of blob data as hex-prefixed strings

Returns

`0x${string}`[]

Array of lowercase hex-prefixed cell proofs (aligned with input order)