FeeMarketEIP1559TxData
Hierarchy
- AccessListEIP2930TxData
- FeeMarketEIP1559TxData
Index
Properties
optionalaccessList
The access list which contains the addresses/storage slots which the transaction wishes to access
optionalchainId
The transaction's chain ID
optionaldata
This will contain the data of the message or the init of a contract.
optionalgasLimit
The transaction's gas limit.
optionalgasPrice
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.
optionalmaxFeePerGas
The maximum total fee
optionalmaxPriorityFeePerGas
The maximum inclusion fee per gas (this fee is given to the miner)
optionalnonce
The transaction's nonce.
optionalr
EC signature parameter.
optionals
EC signature parameter.
optionalto
The transaction's the address is sent to.
optionaltype
The transaction type
optionalv
EC recovery ID.
optionalvalue
The amount of Ether sent.
FeeMarketEIP1559Transaction data.