ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / FeeMarketEIP1559TxData

Interface: FeeMarketEIP1559TxData

Defined in: types.ts:424

FeeMarket1559Tx data.

Extends

Extended by

Properties

accessList?

optional accessList: AccessListBytes | AccessList | null

Defined in: types.ts:418

The access list which contains the addresses/storage slots which the transaction wishes to access

Inherited from

AccessList2930TxData.accessList


chainId?

optional chainId: BigIntLike

Defined in: types.ts:413

The transaction’s chain ID

Inherited from

AccessList2930TxData.chainId


data?

optional data: "" | BytesLike

Defined in: types.ts:382

This will contain the data of the message or the init of a contract.

Inherited from

AccessList2930TxData.data


gasLimit?

optional gasLimit: BigIntLike

Defined in: types.ts:367

The transaction’s gas limit.

Inherited from

AccessList2930TxData.gasLimit


gasPrice?

optional gasPrice: null

Defined in: types.ts:429

The transaction’s gas price, inherited from Transaction. This property is not used for EIP1559 transactions and should always be undefined for this specific transaction type.

Overrides

AccessList2930TxData.gasPrice


maxFeePerGas?

optional maxFeePerGas: BigIntLike

Defined in: types.ts:437

The maximum total fee


maxPriorityFeePerGas?

optional maxPriorityFeePerGas: BigIntLike

Defined in: types.ts:433

The maximum inclusion fee per gas (this fee is given to the miner)


nonce?

optional nonce: BigIntLike

Defined in: types.ts:357

The transaction’s nonce.

Inherited from

AccessList2930TxData.nonce


r?

optional r: BigIntLike

Defined in: types.ts:392

EC signature parameter.

Inherited from

AccessList2930TxData.r


s?

optional s: BigIntLike

Defined in: types.ts:397

EC signature parameter.

Inherited from

AccessList2930TxData.s


to?

optional to: "" | AddressLike

Defined in: types.ts:372

The transaction’s the address is sent to.

Inherited from

AccessList2930TxData.to


type?

optional type: BigIntLike

Defined in: types.ts:403

The transaction type

Inherited from

AccessList2930TxData.type


v?

optional v: BigIntLike

Defined in: types.ts:387

EC recovery ID.

Inherited from

AccessList2930TxData.v


value?

optional value: BigIntLike

Defined in: types.ts:377

The amount of Ether sent.

Inherited from

AccessList2930TxData.value