ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / createEOACode7702Tx

Function: createEOACode7702Tx()

createEOACode7702Tx(txData, opts): EOACode7702Tx

Defined in: 7702/constructors.ts:28

Instantiate a transaction from a data dictionary.

Format: { chainId, nonce, maxPriorityFeePerGas, maxFeePerGas, gasLimit, to, value, data, accessList, v, r, s }

Notes:

Parameters

txData

EOACode7702TxData

opts

TxOptions = {}

Returns

EOACode7702Tx