Skip to main content

AccessListEIP2930TxData

AccessListEIP2930Transaction data.

Hierarchy

Index

Properties

optionalaccessList

accessList?: null | AccessListUint8Array | AccessList

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

optionalchainId

chainId?: string | number | bigint

The transaction's chain ID

optionaldata

data?: string | number | bigint | Uint8Array | number[]

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

optionalgasLimit

gasLimit?: string | number | bigint | Uint8Array

The transaction's gas limit.

optionalgasPrice

gasPrice?: null | string | number | bigint | Uint8Array

The transaction's gas price.

optionalnonce

nonce?: string | number | bigint | Uint8Array

The transaction's nonce.

optionalr

r?: string | number | bigint | Uint8Array

EC signature parameter.

optionals

s?: string | number | bigint | Uint8Array

EC signature parameter.

optionalto

to?: string | Uint8Array | Address

The transaction's the address is sent to.

optionaltype

type?: string | number | bigint

The transaction type

optionalv

v?: string | number | bigint | Uint8Array

EC recovery ID.

optionalvalue

value?: string | number | bigint | Uint8Array

The amount of Ether sent.