ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / AccessList2930TxData

Interface: AccessList2930TxData

Defined in: types.ts:366

AccessList2930Tx data.

Extends

Extended by

Properties

accessList?

optional accessList: null | AccessListBytes | AccessList

Defined in: types.ts:375

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


chainId?

optional chainId: BigIntLike

Defined in: types.ts:370

The transaction’s chain ID


data?

optional data: "" | BytesLike

Defined in: types.ts:339

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

Inherited from

LegacyTxData.data


gasLimit?

optional gasLimit: BigIntLike

Defined in: types.ts:324

The transaction’s gas limit.

Inherited from

LegacyTxData.gasLimit


gasPrice?

optional gasPrice: null | BigIntLike

Defined in: types.ts:319

The transaction’s gas price.

Inherited from

LegacyTxData.gasPrice


nonce?

optional nonce: BigIntLike

Defined in: types.ts:314

The transaction’s nonce.

Inherited from

LegacyTxData.nonce


r?

optional r: BigIntLike

Defined in: types.ts:349

EC signature parameter.

Inherited from

LegacyTxData.r


s?

optional s: BigIntLike

Defined in: types.ts:354

EC signature parameter.

Inherited from

LegacyTxData.s


to?

optional to: "" | AddressLike

Defined in: types.ts:329

The transaction’s the address is sent to.

Inherited from

LegacyTxData.to


type?

optional type: BigIntLike

Defined in: types.ts:360

The transaction type

Inherited from

LegacyTxData.type


v?

optional v: BigIntLike

Defined in: types.ts:344

EC recovery ID.

Inherited from

LegacyTxData.v


value?

optional value: BigIntLike

Defined in: types.ts:334

The amount of Ether sent.

Inherited from

LegacyTxData.value