PoxStacker
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| StackerAddress | string | ||
| StackedAmount | string | ||
| PoxAddress | string | ||
| StackerType | string |
Methods
NewPoxStacker
func NewPoxStacker(stackerAddress string, stackedAmount string, poxAddress string, stackerType string, ) *PoxStacker
NewPoxStacker instantiates a new PoxStacker 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
NewPoxStackerWithDefaults
func NewPoxStackerWithDefaults() *PoxStacker
NewPoxStackerWithDefaults instantiates a new PoxStacker 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
GetStackerAddress
func (o *PoxStacker) GetStackerAddress() string
GetStackerAddress returns the StackerAddress field if non-nil, zero value otherwise.
GetStackerAddressOk
func (o *PoxStacker) GetStackerAddressOk() (*string, bool)
GetStackerAddressOk returns a tuple with the StackerAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStackerAddress
func (o *PoxStacker) SetStackerAddress(v string)
SetStackerAddress sets StackerAddress field to given value.
GetStackedAmount
func (o *PoxStacker) GetStackedAmount() string
GetStackedAmount returns the StackedAmount field if non-nil, zero value otherwise.
GetStackedAmountOk
func (o *PoxStacker) GetStackedAmountOk() (*string, bool)
GetStackedAmountOk returns a tuple with the StackedAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStackedAmount
func (o *PoxStacker) SetStackedAmount(v string)
SetStackedAmount sets StackedAmount field to given value.
GetPoxAddress
func (o *PoxStacker) GetPoxAddress() string
GetPoxAddress returns the PoxAddress field if non-nil, zero value otherwise.
GetPoxAddressOk
func (o *PoxStacker) GetPoxAddressOk() (*string, bool)
GetPoxAddressOk returns a tuple with the PoxAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPoxAddress
func (o *PoxStacker) SetPoxAddress(v string)
SetPoxAddress sets PoxAddress field to given value.
GetStackerType
func (o *PoxStacker) GetStackerType() string
GetStackerType returns the StackerType field if non-nil, zero value otherwise.
GetStackerTypeOk
func (o *PoxStacker) GetStackerTypeOk() (*string, bool)
GetStackerTypeOk returns a tuple with the StackerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStackerType
func (o *PoxStacker) SetStackerType(v string)
SetStackerType sets StackerType field to given value.