Name | Type | Description | Notes |
---|---|---|---|
IsSpent | bool | Defines whether the output is spent or not. | |
ScriptPubKey | ListUnconfirmedTransactionsByAddressRIBSBVoutInnerScriptPubKey | ||
Value | string | Represents the sent/received amount. |
func NewListUnconfirmedTransactionsByAddressRIBSBVoutInner(isSpent bool, scriptPubKey ListUnconfirmedTransactionsByAddressRIBSBVoutInnerScriptPubKey, value string, ) *ListUnconfirmedTransactionsByAddressRIBSBVoutInner
NewListUnconfirmedTransactionsByAddressRIBSBVoutInner instantiates a new ListUnconfirmedTransactionsByAddressRIBSBVoutInner 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 NewListUnconfirmedTransactionsByAddressRIBSBVoutInnerWithDefaults() *ListUnconfirmedTransactionsByAddressRIBSBVoutInner
NewListUnconfirmedTransactionsByAddressRIBSBVoutInnerWithDefaults instantiates a new ListUnconfirmedTransactionsByAddressRIBSBVoutInner 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 *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) GetIsSpent() bool
GetIsSpent returns the IsSpent field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) GetIsSpentOk() (*bool, bool)
GetIsSpentOk returns a tuple with the IsSpent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) SetIsSpent(v bool)
SetIsSpent sets IsSpent field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) GetScriptPubKey() ListUnconfirmedTransactionsByAddressRIBSBVoutInnerScriptPubKey
GetScriptPubKey returns the ScriptPubKey field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) GetScriptPubKeyOk() (*ListUnconfirmedTransactionsByAddressRIBSBVoutInnerScriptPubKey, bool)
GetScriptPubKeyOk returns a tuple with the ScriptPubKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) SetScriptPubKey(v ListUnconfirmedTransactionsByAddressRIBSBVoutInnerScriptPubKey)
SetScriptPubKey sets ScriptPubKey field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) 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 *ListUnconfirmedTransactionsByAddressRIBSBVoutInner) SetValue(v string)
SetValue sets Value field to given value.