| Name | Type | Description | Notes |
|---|---|---|---|
| transaction_hash | Option<String> | The transaction id | [optional] |
| comment | Option<String> | A comment linked to the transaction | [optional] |
| amount | Option<String> | The amount the wallet balance changed with this transaction | [optional] |
| block_hash | Option<String> | The hash of the block that confirmed this transaction. Null if still unconfirmed. | [optional] |
| block_height | Option<String> | The height of the block that confirmed this transaction. Null if still unconfirmed. | [optional] |
| confirmations | Option<String> | The number of confirmations for this transaction | [optional] |
| timestamp | Option<f32> | The time of the transaction | [optional] |
| status | Option<crate::models::TransactionStatus> | [optional] | |
| labels | Option<Veccrate::models::LabelData> | Labels linked to this transaction | [optional] |