@ethereumjs/tx / createBlob4844Tx
createBlob4844Tx(
txData
,opts?
):Blob4844Tx
Defined in: 4844/constructors.ts:80
Instantiate a transaction from a data dictionary.
Format: { chainId, nonce, gasPrice, gasLimit, to, value, data, accessList, v, r, s, blobs, kzgCommitments, blobVersionedHashes, kzgProofs }
Notes:
chainId
will be set automatically if not providedblobs
cannot be supplied as well as kzgCommitments
, blobVersionedHashes
, kzgProofs
blobs
is passed in, kzgCommitments
, blobVersionedHashes
, kzgProofs
will be derived by the constructor