Name | Type | Description | Notes |
---|---|---|---|
TxHash | Pointer to string | The transaction hash of the UTXO. | [optional] |
VoutN | Pointer to int32 | The output index of the UTXO. | [optional] |
func NewTransactionUtxo() *TransactionUtxo
NewTransactionUtxo instantiates a new TransactionUtxo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionUtxoWithDefaults() *TransactionUtxo
NewTransactionUtxoWithDefaults instantiates a new TransactionUtxo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TransactionUtxo) GetTxHash() string
GetTxHash returns the TxHash field if non-nil, zero value otherwise.
func (o *TransactionUtxo) GetTxHashOk() (*string, bool)
GetTxHashOk returns a tuple with the TxHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionUtxo) SetTxHash(v string)
SetTxHash sets TxHash field to given value.
func (o *TransactionUtxo) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (o *TransactionUtxo) GetVoutN() int32
GetVoutN returns the VoutN field if non-nil, zero value otherwise.
func (o *TransactionUtxo) GetVoutNOk() (*int32, bool)
GetVoutNOk returns a tuple with the VoutN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionUtxo) SetVoutN(v int32)
SetVoutN sets VoutN field to given value.
func (o *TransactionUtxo) HasVoutN() bool
HasVoutN returns a boolean if a field has been set.