BlobSidecar<type>: {
    blob: type;
    commitment: type;
    proof: type;
}

Type Parameters

Type declaration

  • blob: type

    The blob associated with the transaction.

  • commitment: type

    The KZG commitment corresponding to this blob.

  • proof: type

    The KZG proof corresponding to this blob and commitment.