MempoolFeePriorities
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| All | MempoolFeePrioritiesAll | ||
| TokenTransfer | Pointer to MempoolFeePrioritiesAll | [optional] | |
| SmartContract | Pointer to MempoolFeePrioritiesAll | [optional] | |
| ContractCall | Pointer to MempoolFeePrioritiesAll | [optional] |
Methods
NewMempoolFeePriorities
func NewMempoolFeePriorities(all MempoolFeePrioritiesAll, ) *MempoolFeePriorities
NewMempoolFeePriorities instantiates a new MempoolFeePriorities 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
NewMempoolFeePrioritiesWithDefaults
func NewMempoolFeePrioritiesWithDefaults() *MempoolFeePriorities
NewMempoolFeePrioritiesWithDefaults instantiates a new MempoolFeePriorities 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
GetAll
func (o *MempoolFeePriorities) GetAll() MempoolFeePrioritiesAll
GetAll returns the All field if non-nil, zero value otherwise.
GetAllOk
func (o *MempoolFeePriorities) GetAllOk() (*MempoolFeePrioritiesAll, bool)
GetAllOk returns a tuple with the All field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAll
func (o *MempoolFeePriorities) SetAll(v MempoolFeePrioritiesAll)
SetAll sets All field to given value.
GetTokenTransfer
func (o *MempoolFeePriorities) GetTokenTransfer() MempoolFeePrioritiesAll
GetTokenTransfer returns the TokenTransfer field if non-nil, zero value otherwise.
GetTokenTransferOk
func (o *MempoolFeePriorities) GetTokenTransferOk() (*MempoolFeePrioritiesAll, bool)
GetTokenTransferOk returns a tuple with the TokenTransfer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTokenTransfer
func (o *MempoolFeePriorities) SetTokenTransfer(v MempoolFeePrioritiesAll)
SetTokenTransfer sets TokenTransfer field to given value.
HasTokenTransfer
func (o *MempoolFeePriorities) HasTokenTransfer() bool
HasTokenTransfer returns a boolean if a field has been set.
GetSmartContract
func (o *MempoolFeePriorities) GetSmartContract() MempoolFeePrioritiesAll
GetSmartContract returns the SmartContract field if non-nil, zero value otherwise.
GetSmartContractOk
func (o *MempoolFeePriorities) GetSmartContractOk() (*MempoolFeePrioritiesAll, bool)
GetSmartContractOk returns a tuple with the SmartContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSmartContract
func (o *MempoolFeePriorities) SetSmartContract(v MempoolFeePrioritiesAll)
SetSmartContract sets SmartContract field to given value.
HasSmartContract
func (o *MempoolFeePriorities) HasSmartContract() bool
HasSmartContract returns a boolean if a field has been set.
GetContractCall
func (o *MempoolFeePriorities) GetContractCall() MempoolFeePrioritiesAll
GetContractCall returns the ContractCall field if non-nil, zero value otherwise.
GetContractCallOk
func (o *MempoolFeePriorities) GetContractCallOk() (*MempoolFeePrioritiesAll, bool)
GetContractCallOk returns a tuple with the ContractCall field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetContractCall
func (o *MempoolFeePriorities) SetContractCall(v MempoolFeePrioritiesAll)
SetContractCall sets ContractCall field to given value.
HasContractCall
func (o *MempoolFeePriorities) HasContractCall() bool
HasContractCall returns a boolean if a field has been set.