@ethereumjs/util / blobsToCellsAndProofs
blobsToCellsAndProofs(
kzg,blobs): [`0x${string}`[],`0x${string}`[],number[]]
Defined in: packages/util/src/blobs.ts:179
EIP-7594: Computes extended cells and corresponding proofs for the given blobs.
KZG implementation capable of computing cells and proofs
`0x${string}`[]
Array of blob data as hex-prefixed strings
[`0x${string}`[], `0x${string}`[], number[]]
Tuple of [cells, proofs, indices]; indices are 0..127