Name | Type | Description | Notes |
---|---|---|---|
FeeType | FeeType | [default to FEETYPE_EVM_EIP_1559] | |
TokenId | string | The token ID of the transaction fee. | |
Slow | Pointer to EstimatedEvmLegacyFeeSlow | [optional] | |
Recommended | EstimatedEvmLegacyFeeSlow | ||
Fast | Pointer to EstimatedEvmLegacyFeeSlow | [optional] |
func NewEstimatedEvmLegacyFee(feeType FeeType, tokenId string, recommended EstimatedEvmLegacyFeeSlow, ) *EstimatedEvmLegacyFee
NewEstimatedEvmLegacyFee instantiates a new EstimatedEvmLegacyFee 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
func NewEstimatedEvmLegacyFeeWithDefaults() *EstimatedEvmLegacyFee
NewEstimatedEvmLegacyFeeWithDefaults instantiates a new EstimatedEvmLegacyFee 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
func (o *EstimatedEvmLegacyFee) GetFeeType() FeeType
GetFeeType returns the FeeType field if non-nil, zero value otherwise.
func (o *EstimatedEvmLegacyFee) GetFeeTypeOk() (*FeeType, bool)
GetFeeTypeOk returns a tuple with the FeeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EstimatedEvmLegacyFee) SetFeeType(v FeeType)
SetFeeType sets FeeType field to given value.
func (o *EstimatedEvmLegacyFee) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *EstimatedEvmLegacyFee) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EstimatedEvmLegacyFee) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *EstimatedEvmLegacyFee) GetSlow() EstimatedEvmLegacyFeeSlow
GetSlow returns the Slow field if non-nil, zero value otherwise.
func (o *EstimatedEvmLegacyFee) GetSlowOk() (*EstimatedEvmLegacyFeeSlow, bool)
GetSlowOk returns a tuple with the Slow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EstimatedEvmLegacyFee) SetSlow(v EstimatedEvmLegacyFeeSlow)
SetSlow sets Slow field to given value.
func (o *EstimatedEvmLegacyFee) HasSlow() bool
HasSlow returns a boolean if a field has been set.
func (o *EstimatedEvmLegacyFee) GetRecommended() EstimatedEvmLegacyFeeSlow
GetRecommended returns the Recommended field if non-nil, zero value otherwise.
func (o *EstimatedEvmLegacyFee) GetRecommendedOk() (*EstimatedEvmLegacyFeeSlow, bool)
GetRecommendedOk returns a tuple with the Recommended field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EstimatedEvmLegacyFee) SetRecommended(v EstimatedEvmLegacyFeeSlow)
SetRecommended sets Recommended field to given value.
func (o *EstimatedEvmLegacyFee) GetFast() EstimatedEvmLegacyFeeSlow
GetFast returns the Fast field if non-nil, zero value otherwise.
func (o *EstimatedEvmLegacyFee) GetFastOk() (*EstimatedEvmLegacyFeeSlow, bool)
GetFastOk returns a tuple with the Fast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EstimatedEvmLegacyFee) SetFast(v EstimatedEvmLegacyFeeSlow)
SetFast sets Fast field to given value.
func (o *EstimatedEvmLegacyFee) HasFast() bool
HasFast returns a boolean if a field has been set.