TransactionFeeEstimateResponseEstimationsInner
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FeeRate | Pointer to float32 | [optional] | |
| Fee | Pointer to float32 | [optional] |
Methods
NewTransactionFeeEstimateResponseEstimationsInner
func NewTransactionFeeEstimateResponseEstimationsInner() *TransactionFeeEstimateResponseEstimationsInner
NewTransactionFeeEstimateResponseEstimationsInner instantiates a new TransactionFeeEstimateResponseEstimationsInner 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
NewTransactionFeeEstimateResponseEstimationsInnerWithDefaults
func NewTransactionFeeEstimateResponseEstimationsInnerWithDefaults() *TransactionFeeEstimateResponseEstimationsInner
NewTransactionFeeEstimateResponseEstimationsInnerWithDefaults instantiates a new TransactionFeeEstimateResponseEstimationsInner 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
GetFeeRate
func (o *TransactionFeeEstimateResponseEstimationsInner) GetFeeRate() float32
GetFeeRate returns the FeeRate field if non-nil, zero value otherwise.
GetFeeRateOk
func (o *TransactionFeeEstimateResponseEstimationsInner) GetFeeRateOk() (*float32, bool)
GetFeeRateOk returns a tuple with the FeeRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFeeRate
func (o *TransactionFeeEstimateResponseEstimationsInner) SetFeeRate(v float32)
SetFeeRate sets FeeRate field to given value.
HasFeeRate
func (o *TransactionFeeEstimateResponseEstimationsInner) HasFeeRate() bool
HasFeeRate returns a boolean if a field has been set.
GetFee
func (o *TransactionFeeEstimateResponseEstimationsInner) GetFee() float32
GetFee returns the Fee field if non-nil, zero value otherwise.
GetFeeOk
func (o *TransactionFeeEstimateResponseEstimationsInner) GetFeeOk() (*float32, bool)
GetFeeOk returns a tuple with the Fee field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFee
func (o *TransactionFeeEstimateResponseEstimationsInner) SetFee(v float32)
SetFee sets Fee field to given value.
HasFee
func (o *TransactionFeeEstimateResponseEstimationsInner) HasFee() bool
HasFee returns a boolean if a field has been set.