MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
P25NullableFloat32
P50NullableFloat32
P75NullableFloat32
P95NullableFloat32

Methods

NewMempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer

func NewMempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer(p25 NullableFloat32, p50 NullableFloat32, p75 NullableFloat32, p95 NullableFloat32, ) *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer

NewMempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer instantiates a new MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer 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

NewMempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransferWithDefaults

func NewMempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransferWithDefaults() *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer

NewMempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransferWithDefaults instantiates a new MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer 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

GetP25

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) GetP25() float32

GetP25 returns the P25 field if non-nil, zero value otherwise.

GetP25Ok

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) GetP25Ok() (*float32, bool)

GetP25Ok returns a tuple with the P25 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetP25

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) SetP25(v float32)

SetP25 sets P25 field to given value.

SetP25Nil

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) SetP25Nil(b bool)

SetP25Nil sets the value for P25 to be an explicit nil

UnsetP25

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) UnsetP25()

UnsetP25 ensures that no value is present for P25, not even an explicit nil

GetP50

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) GetP50() float32

GetP50 returns the P50 field if non-nil, zero value otherwise.

GetP50Ok

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) GetP50Ok() (*float32, bool)

GetP50Ok returns a tuple with the P50 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetP50

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) SetP50(v float32)

SetP50 sets P50 field to given value.

SetP50Nil

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) SetP50Nil(b bool)

SetP50Nil sets the value for P50 to be an explicit nil

UnsetP50

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) UnsetP50()

UnsetP50 ensures that no value is present for P50, not even an explicit nil

GetP75

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) GetP75() float32

GetP75 returns the P75 field if non-nil, zero value otherwise.

GetP75Ok

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) GetP75Ok() (*float32, bool)

GetP75Ok returns a tuple with the P75 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetP75

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) SetP75(v float32)

SetP75 sets P75 field to given value.

SetP75Nil

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) SetP75Nil(b bool)

SetP75Nil sets the value for P75 to be an explicit nil

UnsetP75

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) UnsetP75()

UnsetP75 ensures that no value is present for P75, not even an explicit nil

GetP95

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) GetP95() float32

GetP95 returns the P95 field if non-nil, zero value otherwise.

GetP95Ok

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) GetP95Ok() (*float32, bool)

GetP95Ok returns a tuple with the P95 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetP95

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) SetP95(v float32)

SetP95 sets P95 field to given value.

SetP95Nil

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) SetP95Nil(b bool)

SetP95Nil sets the value for P95 to be an explicit nil

UnsetP95

func (o *MempoolTransactionStatsResponseTxSimpleFeeAveragesTokenTransfer) UnsetP95()

UnsetP95 ensures that no value is present for P95, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]