@ethereumjs/tx / createBlob4844TxFromBytesArray
createBlob4844TxFromBytesArray(
values
,opts
):Blob4844Tx
Defined in: 4844/constructors.ts:129
Create a transaction from an array of byte encoded values ordered according to the devp2p network encoding - format noted below.
Format: [chainId, nonce, maxPriorityFeePerGas, maxFeePerGas, gasLimit, to, value, data,
accessList, signatureYParity, signatureR, signatureS]
BlobEIP4844TxValuesArray
TxOptions
= {}