Name | Type | Description | Notes |
---|---|---|---|
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<Veccrate::models::LabelData> | Labels linked to this transaction | [optional] |