@ethereumjs/util / blobsToCells
blobsToCells(
kzg,blobs): [`0x${string}`[],number[]]
Defined in: packages/util/src/blobs.ts:161
EIP-7594: Expands blobs into their extended cells using the provided KZG implementation.
KZG implementation capable of computing cells
`0x${string}`[]
Array of blob data as hex-prefixed strings
[`0x${string}`[], number[]]
Tuple of [cells, indices], where cells are hex strings and indices are 0..127