FeeRate
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FeeRate | int32 |
Methods
NewFeeRate
func NewFeeRate(feeRate int32, ) *FeeRate
NewFeeRate instantiates a new FeeRate 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
NewFeeRateWithDefaults
func NewFeeRateWithDefaults() *FeeRate
NewFeeRateWithDefaults instantiates a new FeeRate 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 *FeeRate) GetFeeRate() int32
GetFeeRate returns the FeeRate field if non-nil, zero value otherwise.
GetFeeRateOk
func (o *FeeRate) GetFeeRateOk() (*int32, 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 *FeeRate) SetFeeRate(v int32)
SetFeeRate sets FeeRate field to given value.