@ethereumjs/tx / createEOACode7702TxFromRLP
createEOACode7702TxFromRLP(
serialized
,opts
):EOACode7702Tx
Defined in: 7702/constructors.ts:90
Instantiate a transaction from a RLP serialized tx.
Format: 0x04 || rlp([chainId, nonce, maxPriorityFeePerGas, maxFeePerGas, gasLimit, to, value, data,
accessList, signatureYParity, signatureR, signatureS])
Uint8Array
TxOptions
= {}