@ethereumjs/tx / BlobEIP4844TxData
Defined in: types.ts:400
Blob4844Tx data.
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
FeeMarketEIP1559TxData
.accessList
optional
blobs:BytesLike
[]
Defined in: types.ts:412
The blobs associated with a transaction
optional
blobsData:string
[]
Defined in: types.ts:424
An array of arbitrary strings that blobs are to be constructed from
optional
blobVersionedHashes:BytesLike
[]
Defined in: types.ts:404
The versioned hashes used to validate the blobs attached to a transaction
optional
chainId:BigIntLike
Defined in: types.ts:370
The transaction’s chain ID
FeeMarketEIP1559TxData
.chainId
optional
data:""
|BytesLike
Defined in: types.ts:339
This will contain the data of the message or the init of a contract.
optional
gasLimit:BigIntLike
Defined in: types.ts:324
The transaction’s gas limit.
FeeMarketEIP1559TxData
.gasLimit
optional
gasPrice:null
Defined in: types.ts:386
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
optional
kzgCommitments:BytesLike
[]
Defined in: types.ts:416
The KZG commitments corresponding to the versioned hashes for each blob
optional
kzgProofs:BytesLike
[]
Defined in: types.ts:420
The KZG proofs associated with the transaction
optional
maxFeePerBlobGas:BigIntLike
Defined in: types.ts:408
The maximum fee per blob gas paid for the transaction
optional
maxFeePerGas:BigIntLike
Defined in: types.ts:394
The maximum total fee
FeeMarketEIP1559TxData
.maxFeePerGas
optional
maxPriorityFeePerGas:BigIntLike
Defined in: types.ts:390
The maximum inclusion fee per gas (this fee is given to the miner)
FeeMarketEIP1559TxData
.maxPriorityFeePerGas
optional
nonce:BigIntLike
Defined in: types.ts:314
The transaction’s nonce.
optional
r:BigIntLike
Defined in: types.ts:349
EC signature parameter.
optional
s:BigIntLike
Defined in: types.ts:354
EC signature parameter.
optional
to:""
|AddressLike
Defined in: types.ts:329
The transaction’s the address is sent to.
optional
type:BigIntLike
Defined in: types.ts:360
The transaction type
optional
v:BigIntLike
Defined in: types.ts:344
EC recovery ID.
optional
value:BigIntLike
Defined in: types.ts:334
The amount of Ether sent.