| **cumulativeGasUsed** | Quantity | Total amount of gas used by previous transactions in the block and this transaction. |
| **from** | Data, 20 bytes | Address of the sender. |
| **gasUsed** | Quantity | Amount of gas used by this specific transaction. |
| **logs** | Array | Array of [log objects](#log-object) generated by this transaction. |
| **logsBloom** | Data, 256 bytes | Bloom filter for light clients to quickly retrieve related logs. |
| **status** | Quantity | Either `0x1` (success) or `0x0` (failure) |
| **to** | Data, 20 bytes | Address of the receiver, if sending ether; otherwise, null. |
| **to** | Data, 20 bytes | Address of the receiver, if sending ether, otherwise, null. |
| **transactionHash** | Data, 32 bytes | Hash of the transaction. |
| **transactionIndex** | Quantity, Integer | Index position of transaction in the block. |
| **revertReason** | String | ABI-encoded string that displays the [reason for reverting the transaction](../HowTo/Send-Transactions/Revert-Reason.md). Only available if revert reason is [enabled](../Reference/CLI/CLI-Syntax.md#revert-reason-enabled). |
@ -238,9 +238,9 @@ Returned by [`priv_getTransactionReceipt`](API-Methods.md#priv_getTransactionRec