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?: Numbers

The transaction’s chain ID

optionaldata

data?: BufferLike

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

optionalgasLimit

gasLimit?: Buffer | Numbers

The transaction’s gas limit.

optionalgasPrice

gasPrice?: null | Buffer | Numbers

The transaction’s gas price.

optionalnonce

nonce?: Buffer | Numbers

The transaction’s nonce.

optionalr

r?: Buffer | Numbers

EC signature parameter.

optionals

s?: Buffer | Numbers

EC signature parameter.

optionalto

to?: string | Buffer | Address

The transaction’s the address is sent to.

optionaltype

type?: Numbers

The transaction type

optionalv

v?: Buffer | Numbers

EC recovery ID.

optionalvalue

value?: Buffer | Numbers

The amount of Ether sent.