# CoboWaas2.UTXO

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tx_hash** | **String** | The transaction hash of the UTXO. | [optional] 
**vout_n** | **Number** | The output index of the UTXO. | [optional] 
**address** | **String** | The address of the UTXO. | [optional] 
**token_id** | **String** | The token ID, which is the unique identifier of a token. | [optional] 
**value** | **String** | The value of the UTXO. | [optional] 
**is_coinbase** | **Boolean** | Whether the UTXO comes from a coinbase transaction. | [optional] 
**is_locked** | **Boolean** | Whether the UTXO is locked. | [optional] 
**confirmed_number** | **Number** | The number of confirmations for the UTXO. | [optional] 
**is_frozen** | **Boolean** | Whether the UTXO is frozen. | [optional] 
**is_change** | **Boolean** | Whether the UTXO is a change output of a transaction. | [optional] 
**chain_id** | **String** | The chain ID, which is the unique identifier of a blockchain. | [optional] 
**object_id** | **String** | The ID of the blockchain object to spend (e.g., SUI Coin object). | [optional] 
**version** | **String** | Object version number. | [optional] 


