@ethereumjs/util / blobsToProofs
blobsToProofs(
kzg,blobs,commitments):`0x${string}`[]
Defined in: packages/util/src/blobs.ts:111
EIP-4844: Computes KZG proofs for each blob/commitment pair.
KZG implementation used to compute proofs
`0x${string}`[]
Array of blob data as hex-prefixed strings
`0x${string}`[]
Array of corresponding blob commitments
`0x${string}`[]
Array of lowercase hex-prefixed proofs (aligned with input order)