MempoolFeePrioritiesAll
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NoPriority | int32 | ||
| LowPriority | int32 | ||
| MediumPriority | int32 | ||
| HighPriority | int32 |
Methods
NewMempoolFeePrioritiesAll
func NewMempoolFeePrioritiesAll(noPriority int32, lowPriority int32, mediumPriority int32, highPriority int32, ) *MempoolFeePrioritiesAll
NewMempoolFeePrioritiesAll instantiates a new MempoolFeePrioritiesAll 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
NewMempoolFeePrioritiesAllWithDefaults
func NewMempoolFeePrioritiesAllWithDefaults() *MempoolFeePrioritiesAll
NewMempoolFeePrioritiesAllWithDefaults instantiates a new MempoolFeePrioritiesAll 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
GetNoPriority
func (o *MempoolFeePrioritiesAll) GetNoPriority() int32
GetNoPriority returns the NoPriority field if non-nil, zero value otherwise.
GetNoPriorityOk
func (o *MempoolFeePrioritiesAll) GetNoPriorityOk() (*int32, bool)
GetNoPriorityOk returns a tuple with the NoPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNoPriority
func (o *MempoolFeePrioritiesAll) SetNoPriority(v int32)
SetNoPriority sets NoPriority field to given value.
GetLowPriority
func (o *MempoolFeePrioritiesAll) GetLowPriority() int32
GetLowPriority returns the LowPriority field if non-nil, zero value otherwise.
GetLowPriorityOk
func (o *MempoolFeePrioritiesAll) GetLowPriorityOk() (*int32, bool)
GetLowPriorityOk returns a tuple with the LowPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLowPriority
func (o *MempoolFeePrioritiesAll) SetLowPriority(v int32)
SetLowPriority sets LowPriority field to given value.
GetMediumPriority
func (o *MempoolFeePrioritiesAll) GetMediumPriority() int32
GetMediumPriority returns the MediumPriority field if non-nil, zero value otherwise.
GetMediumPriorityOk
func (o *MempoolFeePrioritiesAll) GetMediumPriorityOk() (*int32, bool)
GetMediumPriorityOk returns a tuple with the MediumPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMediumPriority
func (o *MempoolFeePrioritiesAll) SetMediumPriority(v int32)
SetMediumPriority sets MediumPriority field to given value.
GetHighPriority
func (o *MempoolFeePrioritiesAll) GetHighPriority() int32
GetHighPriority returns the HighPriority field if non-nil, zero value otherwise.
GetHighPriorityOk
func (o *MempoolFeePrioritiesAll) GetHighPriorityOk() (*int32, bool)
GetHighPriorityOk returns a tuple with the HighPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetHighPriority
func (o *MempoolFeePrioritiesAll) SetHighPriority(v int32)
SetHighPriority sets HighPriority field to given value.