Name | Type | Description | Notes |
---|---|---|---|
Address | Pointer to string | Represents the addresses which send/receive the amount. | [optional] |
InputHash | Pointer to string | Represents the transaction inputs' indentifier. | [optional] |
OutputIndex | Pointer to string | Defines the output index of a transaction. | [optional] |
ScriptSig | DecodeRawTransactionHexRISZVinInnerScriptSig | ||
Sequence | Pointer to string | Represents the script sequence number. | [optional] |
func NewDecodeRawTransactionHexRISZVinInner(scriptSig DecodeRawTransactionHexRISZVinInnerScriptSig, ) *DecodeRawTransactionHexRISZVinInner
NewDecodeRawTransactionHexRISZVinInner instantiates a new DecodeRawTransactionHexRISZVinInner 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 NewDecodeRawTransactionHexRISZVinInnerWithDefaults() *DecodeRawTransactionHexRISZVinInner
NewDecodeRawTransactionHexRISZVinInnerWithDefaults instantiates a new DecodeRawTransactionHexRISZVinInner 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 *DecodeRawTransactionHexRISZVinInner) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *DecodeRawTransactionHexRISZVinInner) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DecodeRawTransactionHexRISZVinInner) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *DecodeRawTransactionHexRISZVinInner) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *DecodeRawTransactionHexRISZVinInner) GetInputHash() string
GetInputHash returns the InputHash field if non-nil, zero value otherwise.
func (o *DecodeRawTransactionHexRISZVinInner) GetInputHashOk() (*string, bool)
GetInputHashOk returns a tuple with the InputHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DecodeRawTransactionHexRISZVinInner) SetInputHash(v string)
SetInputHash sets InputHash field to given value.
func (o *DecodeRawTransactionHexRISZVinInner) HasInputHash() bool
HasInputHash returns a boolean if a field has been set.
func (o *DecodeRawTransactionHexRISZVinInner) GetOutputIndex() string
GetOutputIndex returns the OutputIndex field if non-nil, zero value otherwise.
func (o *DecodeRawTransactionHexRISZVinInner) GetOutputIndexOk() (*string, bool)
GetOutputIndexOk returns a tuple with the OutputIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DecodeRawTransactionHexRISZVinInner) SetOutputIndex(v string)
SetOutputIndex sets OutputIndex field to given value.
func (o *DecodeRawTransactionHexRISZVinInner) HasOutputIndex() bool
HasOutputIndex returns a boolean if a field has been set.
func (o *DecodeRawTransactionHexRISZVinInner) GetScriptSig() DecodeRawTransactionHexRISZVinInnerScriptSig
GetScriptSig returns the ScriptSig field if non-nil, zero value otherwise.
func (o *DecodeRawTransactionHexRISZVinInner) GetScriptSigOk() (*DecodeRawTransactionHexRISZVinInnerScriptSig, 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 *DecodeRawTransactionHexRISZVinInner) SetScriptSig(v DecodeRawTransactionHexRISZVinInnerScriptSig)
SetScriptSig sets ScriptSig field to given value.
func (o *DecodeRawTransactionHexRISZVinInner) GetSequence() string
GetSequence returns the Sequence field if non-nil, zero value otherwise.
func (o *DecodeRawTransactionHexRISZVinInner) 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 *DecodeRawTransactionHexRISZVinInner) SetSequence(v string)
SetSequence sets Sequence field to given value.
func (o *DecodeRawTransactionHexRISZVinInner) HasSequence() bool
HasSequence returns a boolean if a field has been set.