# CoboWaas2.TransactionSelectedUtxo

## 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] 
**token_id** | **String** | The token ID of the UTXO. | [optional] 
**address** | **String** | The address of the UTXO. | [optional] 
**value** | **String** | The value of the UTXO. | [optional] 
**redeem_script** | **String** | The redeem script used in P2SH and P2WSH transactions. | [optional] 
**revealed_script** | **String** | The revealed script used for Taproot script-path spend transaction. | [optional] 
**object_id** | **String** | The ID of the blockchain object to spend (e.g., SUI Coin object). | [optional] 
**version** | **String** | Object version number. | [optional] 


