AddressTransactionEventsStx
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Transfer | int32 | ||
| Mint | int32 | ||
| Burn | int32 |
Methods
NewAddressTransactionEventsStx
func NewAddressTransactionEventsStx(transfer int32, mint int32, burn int32, ) *AddressTransactionEventsStx
NewAddressTransactionEventsStx instantiates a new AddressTransactionEventsStx 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
NewAddressTransactionEventsStxWithDefaults
func NewAddressTransactionEventsStxWithDefaults() *AddressTransactionEventsStx
NewAddressTransactionEventsStxWithDefaults instantiates a new AddressTransactionEventsStx 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
GetTransfer
func (o *AddressTransactionEventsStx) GetTransfer() int32
GetTransfer returns the Transfer field if non-nil, zero value otherwise.
GetTransferOk
func (o *AddressTransactionEventsStx) GetTransferOk() (*int32, bool)
GetTransferOk returns a tuple with the Transfer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTransfer
func (o *AddressTransactionEventsStx) SetTransfer(v int32)
SetTransfer sets Transfer field to given value.
GetMint
func (o *AddressTransactionEventsStx) GetMint() int32
GetMint returns the Mint field if non-nil, zero value otherwise.
GetMintOk
func (o *AddressTransactionEventsStx) GetMintOk() (*int32, bool)
GetMintOk returns a tuple with the Mint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMint
func (o *AddressTransactionEventsStx) SetMint(v int32)
SetMint sets Mint field to given value.
GetBurn
func (o *AddressTransactionEventsStx) GetBurn() int32
GetBurn returns the Burn field if non-nil, zero value otherwise.
GetBurnOk
func (o *AddressTransactionEventsStx) GetBurnOk() (*int32, bool)
GetBurnOk returns a tuple with the Burn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetBurn
func (o *AddressTransactionEventsStx) SetBurn(v int32)
SetBurn sets Burn field to given value.