@ethereumjs/tx / createEOACode7702TxFromBytesArray
createEOACode7702TxFromBytesArray(
values
,opts
):EOACode7702Tx
Defined in: 7702/constructors.ts:38
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]
EOACode7702TxValuesArray
TxOptions
= {}