Name | Type | Description | Notes |
---|---|---|---|
Addresses | []string | ||
ScriptSig | ListUnconfirmedTransactionsByAddressRIBSLVinInnerScriptSig | ||
Sequence | string | Represents the script sequence number. | |
Txid | string | Represents the reference transaction identifier. | |
Txinwitness | []string | ||
Value | string | Represents the sent/received amount. | |
Vout | Pointer to int32 | Defines the vout of the transaction output, i.e. which output to spend. | [optional] |
func NewListUnconfirmedTransactionsByAddressRIBSLVinInner(addresses []string, scriptSig ListUnconfirmedTransactionsByAddressRIBSLVinInnerScriptSig, sequence string, txid string, txinwitness []string, value string, ) *ListUnconfirmedTransactionsByAddressRIBSLVinInner
NewListUnconfirmedTransactionsByAddressRIBSLVinInner instantiates a new ListUnconfirmedTransactionsByAddressRIBSLVinInner 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 NewListUnconfirmedTransactionsByAddressRIBSLVinInnerWithDefaults() *ListUnconfirmedTransactionsByAddressRIBSLVinInner
NewListUnconfirmedTransactionsByAddressRIBSLVinInnerWithDefaults instantiates a new ListUnconfirmedTransactionsByAddressRIBSLVinInner 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 *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetAddresses() []string
GetAddresses returns the Addresses field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetAddressesOk() (*[]string, bool)
GetAddressesOk returns a tuple with the Addresses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetAddresses(v []string)
SetAddresses sets Addresses field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetScriptSig() ListUnconfirmedTransactionsByAddressRIBSLVinInnerScriptSig
GetScriptSig returns the ScriptSig field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetScriptSigOk() (*ListUnconfirmedTransactionsByAddressRIBSLVinInnerScriptSig, bool)
GetScriptSigOk returns a tuple with the ScriptSig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetScriptSig(v ListUnconfirmedTransactionsByAddressRIBSLVinInnerScriptSig)
SetScriptSig sets ScriptSig field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetSequence() string
GetSequence returns the Sequence field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetSequenceOk() (*string, bool)
GetSequenceOk returns a tuple with the Sequence field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetSequence(v string)
SetSequence sets Sequence field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetTxid() string
GetTxid returns the Txid field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetTxidOk() (*string, bool)
GetTxidOk returns a tuple with the Txid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetTxid(v string)
SetTxid sets Txid field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetTxinwitness() []string
GetTxinwitness returns the Txinwitness field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetTxinwitnessOk() (*[]string, bool)
GetTxinwitnessOk returns a tuple with the Txinwitness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetTxinwitness(v []string)
SetTxinwitness sets Txinwitness field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetValue(v string)
SetValue sets Value field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetVout() int32
GetVout returns the Vout field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetVoutOk() (*int32, bool)
GetVoutOk returns a tuple with the Vout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetVout(v int32)
SetVout sets Vout field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) HasVout() bool
HasVout returns a boolean if a field has been set.