ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / createFeeMarket1559Tx

Function: createFeeMarket1559Tx()

createFeeMarket1559Tx(txData, opts): FeeMarket1559Tx

Defined in: 1559/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

FeeMarketEIP1559TxData

opts

TxOptions = {}

Returns

FeeMarket1559Tx