AddressTransactionEvents
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Stx | AddressTransactionEventsStx | ||
| Ft | AddressTransactionEventsStx | ||
| Nft | AddressTransactionEventsStx |
Methods
NewAddressTransactionEvents
func NewAddressTransactionEvents(stx AddressTransactionEventsStx, ft AddressTransactionEventsStx, nft AddressTransactionEventsStx, ) *AddressTransactionEvents
NewAddressTransactionEvents instantiates a new AddressTransactionEvents 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
NewAddressTransactionEventsWithDefaults
func NewAddressTransactionEventsWithDefaults() *AddressTransactionEvents
NewAddressTransactionEventsWithDefaults instantiates a new AddressTransactionEvents 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
GetStx
func (o *AddressTransactionEvents) GetStx() AddressTransactionEventsStx
GetStx returns the Stx field if non-nil, zero value otherwise.
GetStxOk
func (o *AddressTransactionEvents) GetStxOk() (*AddressTransactionEventsStx, bool)
GetStxOk returns a tuple with the Stx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStx
func (o *AddressTransactionEvents) SetStx(v AddressTransactionEventsStx)
SetStx sets Stx field to given value.
GetFt
func (o *AddressTransactionEvents) GetFt() AddressTransactionEventsStx
GetFt returns the Ft field if non-nil, zero value otherwise.
GetFtOk
func (o *AddressTransactionEvents) GetFtOk() (*AddressTransactionEventsStx, bool)
GetFtOk returns a tuple with the Ft field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFt
func (o *AddressTransactionEvents) SetFt(v AddressTransactionEventsStx)
SetFt sets Ft field to given value.
GetNft
func (o *AddressTransactionEvents) GetNft() AddressTransactionEventsStx
GetNft returns the Nft field if non-nil, zero value otherwise.
GetNftOk
func (o *AddressTransactionEvents) GetNftOk() (*AddressTransactionEventsStx, bool)
GetNftOk returns a tuple with the Nft field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNft
func (o *AddressTransactionEvents) SetNft(v AddressTransactionEventsStx)
SetNft sets Nft field to given value.