Hash of the block where this transaction is included.
Number of the block where this transaction is included.
The chain id of the transaction
Address of the sender of this transaction.
The gas provided by the sender, encoded as hexadecimal
Hash of the transaction.
The data sent along with the transaction
The maximum amount that can be spent to pay for base fee and priority fee expressed in hex.
The maximum amount that can be tipped to the validator expressed in hex.
The nonce of the transaction.
The address of the receiver. null when it's a contract creation transaction
The integer of the transaction's index position that the log was created from. null when it's a pending log
The transaction type in number, currently 0(Legacy Transaction) and 81(DynamicFee Transaction) are supported.
The value transferred in wei encoded as hexadecimal
The return type of transaction according to the Ethereum RPC standard.
Link
Ethereum JSON RPC Transaction Object