Skip to content

BlobLike

type BlobLike =
| BytesLike
| {
commitment: BytesLike;
data: BytesLike;
proof: BytesLike;
};

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/transaction/transaction.d.ts:110

A BLOb object that can be passed for [[link-eip-4844]] transactions.

It may have had its commitment and proof already provided or rely on an attached [[KzgLibrary]] to compute them.