Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.37 KB

ListTransactionsByBlockHashRIBSBVoutInner.md

File metadata and controls

93 lines (50 loc) · 3.37 KB

ListTransactionsByBlockHashRIBSBVoutInner

Properties

Name Type Description Notes
IsSpent bool Defines whether the output is spent or not.
ScriptPubKey ListTransactionsByBlockHashRIBSBVoutInnerScriptPubKey
Value string Represents the sent/received amount.

Methods

NewListTransactionsByBlockHashRIBSBVoutInner

func NewListTransactionsByBlockHashRIBSBVoutInner(isSpent bool, scriptPubKey ListTransactionsByBlockHashRIBSBVoutInnerScriptPubKey, value string, ) *ListTransactionsByBlockHashRIBSBVoutInner

NewListTransactionsByBlockHashRIBSBVoutInner instantiates a new ListTransactionsByBlockHashRIBSBVoutInner 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

NewListTransactionsByBlockHashRIBSBVoutInnerWithDefaults

func NewListTransactionsByBlockHashRIBSBVoutInnerWithDefaults() *ListTransactionsByBlockHashRIBSBVoutInner

NewListTransactionsByBlockHashRIBSBVoutInnerWithDefaults instantiates a new ListTransactionsByBlockHashRIBSBVoutInner 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

GetIsSpent

func (o *ListTransactionsByBlockHashRIBSBVoutInner) GetIsSpent() bool

GetIsSpent returns the IsSpent field if non-nil, zero value otherwise.

GetIsSpentOk

func (o *ListTransactionsByBlockHashRIBSBVoutInner) 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.

SetIsSpent

func (o *ListTransactionsByBlockHashRIBSBVoutInner) SetIsSpent(v bool)

SetIsSpent sets IsSpent field to given value.

GetScriptPubKey

func (o *ListTransactionsByBlockHashRIBSBVoutInner) GetScriptPubKey() ListTransactionsByBlockHashRIBSBVoutInnerScriptPubKey

GetScriptPubKey returns the ScriptPubKey field if non-nil, zero value otherwise.

GetScriptPubKeyOk

func (o *ListTransactionsByBlockHashRIBSBVoutInner) GetScriptPubKeyOk() (*ListTransactionsByBlockHashRIBSBVoutInnerScriptPubKey, 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.

SetScriptPubKey

func (o *ListTransactionsByBlockHashRIBSBVoutInner) SetScriptPubKey(v ListTransactionsByBlockHashRIBSBVoutInnerScriptPubKey)

SetScriptPubKey sets ScriptPubKey field to given value.

GetValue

func (o *ListTransactionsByBlockHashRIBSBVoutInner) GetValue() string

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

GetValueOk

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

SetValue sets Value field to given value.

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