@ethereumjs/tx / AccessList2930TxData
Defined in: types.ts:409
AccessList2930Tx data.
optionalaccessList:AccessListBytes|AccessList|null
Defined in: types.ts:418
The access list which contains the addresses/storage slots which the transaction wishes to access
optionalchainId:BigIntLike
Defined in: types.ts:413
The transaction’s chain ID
optionaldata:""|BytesLike
Defined in: types.ts:382
This will contain the data of the message or the init of a contract.
LegacyTxData.data
optionalgasLimit:BigIntLike
Defined in: types.ts:367
The transaction’s gas limit.
LegacyTxData.gasLimit
optionalgasPrice:BigIntLike|null
Defined in: types.ts:362
The transaction’s gas price.
LegacyTxData.gasPrice
optionalnonce:BigIntLike
Defined in: types.ts:357
The transaction’s nonce.
LegacyTxData.nonce
optionalr:BigIntLike
Defined in: types.ts:392
EC signature parameter.
LegacyTxData.r
optionals:BigIntLike
Defined in: types.ts:397
EC signature parameter.
LegacyTxData.s
optionalto:""|AddressLike
Defined in: types.ts:372
The transaction’s the address is sent to.
LegacyTxData.to
optionaltype:BigIntLike
Defined in: types.ts:403
The transaction type
LegacyTxData.type
optionalv:BigIntLike
Defined in: types.ts:387
EC recovery ID.
LegacyTxData.v
optionalvalue:BigIntLike
Defined in: types.ts:377
The amount of Ether sent.
LegacyTxData.value