# OnChainWalletUtxoData
## Properties
**comment** | Option<**String**> | A comment linked to this utxo | [optional]
**amount** | Option<**String**> | the value of this utxo | [optional]
**link** | Option<**String**> | a link to the configured blockchain explorer to view the utxo | [optional]
**outpoint** | Option<**String**> | outpoint of this utxo | [optional]
**timestamp** | Option<**f32**> | The time of the utxo | [optional]
**key_path** | Option<**String**> | the derivation path in relation to the HD account | [optional]
**address** | Option<**String**> | The wallet address of this utxo | [optional]
**confirmations** | Option<**f32**> | The number of confirmations of this utxo | [optional]
**labels** | Option<[**Vec<crate::models::LabelData>**](LabelData.md)> | Labels linked to this transaction | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)