Skip to main content

AccessListEIP2930TxData

AccessListEIP2930Transaction data.

Hierarchy

Index

Properties

optionalaccessList

accessList?: null | AccessListBuffer | AccessList

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

optionalchainId

chainId?: BigIntLike

The transaction’s chain ID

optionaldata

data?: BufferLike

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

optionalgasLimit

gasLimit?: BigIntLike

The transaction’s gas limit.

optionalgasPrice

gasPrice?: null | BigIntLike

The transaction’s gas price.

optionalnonce

nonce?: BigIntLike

The transaction’s nonce.

optionalr

EC signature parameter.

optionals

EC signature parameter.

optionalto

The transaction’s the address is sent to.

optionaltype

type?: BigIntLike

The transaction type

optionalv

EC recovery ID.

optionalvalue

value?: BigIntLike

The amount of Ether sent.