Skip to content

Latest commit

 

History

History
182 lines (97 loc) · 6.23 KB

ListUnconfirmedTransactionsByAddressRIBSLVinInner.md

File metadata and controls

182 lines (97 loc) · 6.23 KB

ListUnconfirmedTransactionsByAddressRIBSLVinInner

Properties

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]

Methods

NewListUnconfirmedTransactionsByAddressRIBSLVinInner

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

NewListUnconfirmedTransactionsByAddressRIBSLVinInnerWithDefaults

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

GetAddresses

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetAddresses() []string

GetAddresses returns the Addresses field if non-nil, zero value otherwise.

GetAddressesOk

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.

SetAddresses

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetAddresses(v []string)

SetAddresses sets Addresses field to given value.

GetScriptSig

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetScriptSig() ListUnconfirmedTransactionsByAddressRIBSLVinInnerScriptSig

GetScriptSig returns the ScriptSig field if non-nil, zero value otherwise.

GetScriptSigOk

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.

SetScriptSig

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetScriptSig(v ListUnconfirmedTransactionsByAddressRIBSLVinInnerScriptSig)

SetScriptSig sets ScriptSig field to given value.

GetSequence

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetSequence() string

GetSequence returns the Sequence field if non-nil, zero value otherwise.

GetSequenceOk

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.

SetSequence

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetSequence(v string)

SetSequence sets Sequence field to given value.

GetTxid

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetTxid() string

GetTxid returns the Txid field if non-nil, zero value otherwise.

GetTxidOk

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.

SetTxid

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetTxid(v string)

SetTxid sets Txid field to given value.

GetTxinwitness

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetTxinwitness() []string

GetTxinwitness returns the Txinwitness field if non-nil, zero value otherwise.

GetTxinwitnessOk

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.

SetTxinwitness

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetTxinwitness(v []string)

SetTxinwitness sets Txinwitness field to given value.

GetValue

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetValue(v string)

SetValue sets Value field to given value.

GetVout

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) GetVout() int32

GetVout returns the Vout field if non-nil, zero value otherwise.

GetVoutOk

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.

SetVout

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) SetVout(v int32)

SetVout sets Vout field to given value.

HasVout

func (o *ListUnconfirmedTransactionsByAddressRIBSLVinInner) HasVout() bool

HasVout returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]