# ContractUniqueUtxo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **txid** | Option<**String**> | Txid for this utxo. | [optional] **tx_index** | Option<**i32**> | Output index for the Utxo. | [optional] **code_hash** | Option<**String**> | Codehash of this utxo. | [optional] **genesis** | Option<**String**> | Genesis of this utxo. | [optional] **sensible_id** | Option<**String**> | SensibleId of the token | [optional] **height** | Option<**i64**> | The height of this utxo, -1 for unconfirmed utxo. | [optional] **custom_data** | Option<**String**> | The hex encoded customData | [optional] **satoshi** | Option<**i64**> | Mvc value of the utxo(Irrelavant to token value) | [optional] **satoshi_string** | Option<**String**> | Mvc value of the utxo(In string format) | [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)