Skip to content

Latest commit

 

History

History
213 lines (114 loc) · 7.67 KB

GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner.md

File metadata and controls

213 lines (114 loc) · 7.67 KB

GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner

Properties

Name Type Description Notes
Addresses []string
Coinbase Pointer to string Represents the coinbase hex. [optional]
ScriptSig GetTransactionDetailsByTransactionIDRIBSDVinInnerScriptSig
Sequence int64 Represents the script sequence number.
Txid Pointer to string Represents the reference transaction identifier. [optional]
Txinwitness []string
Value string Represents the sent/received amount.
Vout Pointer to int32 It refers to the index of the output address of this transaction. The index starts from 0. [optional]

Methods

NewGetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner

func NewGetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner(addresses []string, scriptSig GetTransactionDetailsByTransactionIDRIBSDVinInnerScriptSig, sequence int64, txinwitness []string, value string, ) *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner

NewGetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner instantiates a new GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner 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

NewGetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInnerWithDefaults

func NewGetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInnerWithDefaults() *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner

NewGetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInnerWithDefaults instantiates a new GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner 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 *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetAddresses() []string

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

GetAddressesOk

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) 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 *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) SetAddresses(v []string)

SetAddresses sets Addresses field to given value.

GetCoinbase

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetCoinbase() string

GetCoinbase returns the Coinbase field if non-nil, zero value otherwise.

GetCoinbaseOk

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetCoinbaseOk() (*string, bool)

GetCoinbaseOk returns a tuple with the Coinbase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCoinbase

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) SetCoinbase(v string)

SetCoinbase sets Coinbase field to given value.

HasCoinbase

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) HasCoinbase() bool

HasCoinbase returns a boolean if a field has been set.

GetScriptSig

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetScriptSig() GetTransactionDetailsByTransactionIDRIBSDVinInnerScriptSig

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

GetScriptSigOk

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetScriptSigOk() (*GetTransactionDetailsByTransactionIDRIBSDVinInnerScriptSig, 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 *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) SetScriptSig(v GetTransactionDetailsByTransactionIDRIBSDVinInnerScriptSig)

SetScriptSig sets ScriptSig field to given value.

GetSequence

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetSequence() int64

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

GetSequenceOk

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetSequenceOk() (*int64, 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 *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) SetSequence(v int64)

SetSequence sets Sequence field to given value.

GetTxid

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetTxid() string

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

GetTxidOk

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) 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 *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) SetTxid(v string)

SetTxid sets Txid field to given value.

HasTxid

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) HasTxid() bool

HasTxid returns a boolean if a field has been set.

GetTxinwitness

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

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

GetTxinwitnessOk

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) 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 *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) SetTxinwitness(v []string)

SetTxinwitness sets Txinwitness field to given value.

GetValue

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetValue() string

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

GetValueOk

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) 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 *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) SetValue(v string)

SetValue sets Value field to given value.

GetVout

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) GetVout() int32

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

GetVoutOk

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) 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 *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) SetVout(v int32)

SetVout sets Vout field to given value.

HasVout

func (o *GetTransactionDetailsByTransactionIDFromCallbackRIBSD2VinInner) HasVout() bool

HasVout returns a boolean if a field has been set.

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