| Name | Type | Description | Notes |
|---|---|---|---|
| rootTransactionHash | String | The root transaction hash | [optional] |
| rejected | Boolean | Whether this transaction is rejected | [optional] |
| depth | String | Call depth | [optional] |
| index | String | Call index | [optional] |
| type | String | Call type, possibly CALL, DELEGATECALL, CALLCODE, CREATE, CREATE2 | [optional] |
| from | String | Sender address | [optional] |
| to | String | Receiver address | [optional] |
| nonce | String | The sender's nonce | [optional] |
| gas | String | The gas limit | [optional] |
| gasPrice | String | The gas Price | [optional] |
| value | String | The value being passed, in nano SEM | [optional] |
| data | String | The data being passed, in hexadecimal string | [optional] |