ethereumjs-monorepo

@ethereumjs/tx / AccessListEIP2930TxData

Interface: AccessListEIP2930TxData

AccessListEIP2930Transaction data.

Hierarchy

Table of contents

Properties

Properties

accessList

Optional accessList: null | AccessListBytes | AccessList

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

Defined in

tx/src/types.ts:303


chainId

Optional chainId: BigIntLike

The transaction’s chain ID

Defined in

tx/src/types.ts:298


data

Optional data: BytesLike

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

Inherited from

LegacyTxData.data

Defined in

tx/src/types.ts:267


gasLimit

Optional gasLimit: BigIntLike

The transaction’s gas limit.

Inherited from

LegacyTxData.gasLimit

Defined in

tx/src/types.ts:252


gasPrice

Optional gasPrice: null | BigIntLike

The transaction’s gas price.

Inherited from

LegacyTxData.gasPrice

Defined in

tx/src/types.ts:247


nonce

Optional nonce: BigIntLike

The transaction’s nonce.

Inherited from

LegacyTxData.nonce

Defined in

tx/src/types.ts:242


r

Optional r: BigIntLike

EC signature parameter.

Inherited from

LegacyTxData.r

Defined in

tx/src/types.ts:277


s

Optional s: BigIntLike

EC signature parameter.

Inherited from

LegacyTxData.s

Defined in

tx/src/types.ts:282


to

Optional to: AddressLike

The transaction’s the address is sent to.

Inherited from

LegacyTxData.to

Defined in

tx/src/types.ts:257


type

Optional type: BigIntLike

The transaction type

Inherited from

LegacyTxData.type

Defined in

tx/src/types.ts:288


v

Optional v: BigIntLike

EC recovery ID.

Inherited from

LegacyTxData.v

Defined in

tx/src/types.ts:272


value

Optional value: BigIntLike

The amount of Ether sent.

Inherited from

LegacyTxData.value

Defined in

tx/src/types.ts:262