AccessListEIP2930TxData
Hierarchy
- TxData
- AccessListEIP2930TxData
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.
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.
AccessListEIP2930Transaction data.