Retrieve all transactions that are included in the specified block.
The block hash or block number to retrieve transactions for.
List of transactions in the block.
Unique hash that identifies the transaction.
Block number in which this transaction was included.
UNIX timestamp of when the transaction was mined.
Address of the sender of the transaction.
Address of the receiver of the transaction.
Amount of cryptocurrency transferred in the transaction.
Gas used by this transaction.
Gas price paid per unit of gas.
Transaction nonce to prevent replay attacks.
Input data sent with the transaction.
Status of the transaction execution, e.g., success or failure.