import type { ByteArray, Hex } from './misc.js' export type BlobSidecar = { /** The blob associated with the transaction. */ blob: type /** The KZG commitment corresponding to this blob. */ commitment: type /** The KZG proof corresponding to this blob and commitment. */ proof: type } export type BlobSidecars = BlobSidecar[]