Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.8 KB

ListConfirmedTransactionsByAddressRIBSD2.md

File metadata and controls

135 lines (72 loc) · 4.8 KB

ListConfirmedTransactionsByAddressRIBSD2

Properties

Name Type Description Notes
Locktime int64 Represents the locktime on the transaction on the specific blockchain, i.e. the blockheight at which the transaction is valid.
Size int32 Represents the total size of this transaction.
Version int32 Represents the transaction's version number.
Vin []ListConfirmedTransactionsByAddressRIBSD2VinInner Represents the transaction inputs.
Vout []ListConfirmedTransactionsByAddressRIBSD2VoutInner Represents the transaction outputs.

Methods

NewListConfirmedTransactionsByAddressRIBSD2

func NewListConfirmedTransactionsByAddressRIBSD2(locktime int64, size int32, version int32, vin []ListConfirmedTransactionsByAddressRIBSD2VinInner, vout []ListConfirmedTransactionsByAddressRIBSD2VoutInner, ) *ListConfirmedTransactionsByAddressRIBSD2

NewListConfirmedTransactionsByAddressRIBSD2 instantiates a new ListConfirmedTransactionsByAddressRIBSD2 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

NewListConfirmedTransactionsByAddressRIBSD2WithDefaults

func NewListConfirmedTransactionsByAddressRIBSD2WithDefaults() *ListConfirmedTransactionsByAddressRIBSD2

NewListConfirmedTransactionsByAddressRIBSD2WithDefaults instantiates a new ListConfirmedTransactionsByAddressRIBSD2 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

GetLocktime

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetLocktime() int64

GetLocktime returns the Locktime field if non-nil, zero value otherwise.

GetLocktimeOk

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetLocktimeOk() (*int64, bool)

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

SetLocktime

func (o *ListConfirmedTransactionsByAddressRIBSD2) SetLocktime(v int64)

SetLocktime sets Locktime field to given value.

GetSize

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetSizeOk() (*int32, bool)

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

SetSize

func (o *ListConfirmedTransactionsByAddressRIBSD2) SetSize(v int32)

SetSize sets Size field to given value.

GetVersion

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetVersionOk() (*int32, bool)

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

SetVersion

func (o *ListConfirmedTransactionsByAddressRIBSD2) SetVersion(v int32)

SetVersion sets Version field to given value.

GetVin

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetVin() []ListConfirmedTransactionsByAddressRIBSD2VinInner

GetVin returns the Vin field if non-nil, zero value otherwise.

GetVinOk

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetVinOk() (*[]ListConfirmedTransactionsByAddressRIBSD2VinInner, bool)

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

SetVin

func (o *ListConfirmedTransactionsByAddressRIBSD2) SetVin(v []ListConfirmedTransactionsByAddressRIBSD2VinInner)

SetVin sets Vin field to given value.

GetVout

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetVout() []ListConfirmedTransactionsByAddressRIBSD2VoutInner

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

GetVoutOk

func (o *ListConfirmedTransactionsByAddressRIBSD2) GetVoutOk() (*[]ListConfirmedTransactionsByAddressRIBSD2VoutInner, 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 *ListConfirmedTransactionsByAddressRIBSD2) SetVout(v []ListConfirmedTransactionsByAddressRIBSD2VoutInner)

SetVout sets Vout field to given value.

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