@ethereumjs/tx / BlobEIP4844TxData
Defined in: types.ts:443
Blob4844Tx 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
FeeMarketEIP1559TxData.accessList
optionalblobs:BytesLike[]
Defined in: types.ts:459
The blobs associated with a transaction
optionalblobsData:string[]
Defined in: types.ts:471
An array of arbitrary strings that blobs are to be constructed from
optionalblobVersionedHashes:BytesLike[]
Defined in: types.ts:451
The versioned hashes used to validate the blobs attached to a transaction
optionalchainId:BigIntLike
Defined in: types.ts:413
The transaction’s chain ID
FeeMarketEIP1559TxData.chainId
optionaldata:""|BytesLike
Defined in: types.ts:382
This will contain the data of the message or the init of a contract.
optionalgasLimit:BigIntLike
Defined in: types.ts:367
The transaction’s gas limit.
FeeMarketEIP1559TxData.gasLimit
optionalgasPrice:null
Defined in: types.ts:429
The transaction’s gas price, inherited from Transaction. This property is not used for EIP1559 transactions and should always be undefined for this specific transaction type.
FeeMarketEIP1559TxData.gasPrice
optionalkzgCommitments:BytesLike[]
Defined in: types.ts:463
The KZG commitments corresponding to the versioned hashes for each blob
optionalkzgProofs:BytesLike[]
Defined in: types.ts:467
The KZG proofs associated with the transaction (EIP-4844: per-Blob proofs, EIP-7594: per-Cell proofs)
optionalmaxFeePerBlobGas:BigIntLike
Defined in: types.ts:455
The maximum fee per blob gas paid for the transaction
optionalmaxFeePerGas:BigIntLike
Defined in: types.ts:437
The maximum total fee
FeeMarketEIP1559TxData.maxFeePerGas
optionalmaxPriorityFeePerGas:BigIntLike
Defined in: types.ts:433
The maximum inclusion fee per gas (this fee is given to the miner)
FeeMarketEIP1559TxData.maxPriorityFeePerGas
optionalnetworkWrapperVersion:BigIntLike
Defined in: types.ts:447
Is this an EIP-4844 or EIP-7594 network wrapper transaction
optionalnonce:BigIntLike
Defined in: types.ts:357
The transaction’s nonce.
optionalr:BigIntLike
Defined in: types.ts:392
EC signature parameter.
optionals:BigIntLike
Defined in: types.ts:397
EC signature parameter.
optionalto:""|AddressLike
Defined in: types.ts:372
The transaction’s the address is sent to.
optionaltype:BigIntLike
Defined in: types.ts:403
The transaction type
optionalv:BigIntLike
Defined in: types.ts:387
EC recovery ID.
optionalvalue:BigIntLike
Defined in: types.ts:377
The amount of Ether sent.