ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / createEOACode7702TxFromRLP

Function: 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])

Parameters

serialized

Uint8Array

opts

TxOptions = {}

Returns

EOACode7702Tx