MempoolTransactionStatsResponse
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TxTypeCounts | MempoolTransactionStatsResponseTxTypeCounts | ||
| TxSimpleFeeAverages | MempoolTransactionStatsResponseTxSimpleFeeAverages | ||
| TxAges | MempoolTransactionStatsResponseTxAges | ||
| TxByteSizes | MempoolTransactionStatsResponseTxByteSizes |
Methods
NewMempoolTransactionStatsResponse
func NewMempoolTransactionStatsResponse(txTypeCounts MempoolTransactionStatsResponseTxTypeCounts, txSimpleFeeAverages MempoolTransactionStatsResponseTxSimpleFeeAverages, txAges MempoolTransactionStatsResponseTxAges, txByteSizes MempoolTransactionStatsResponseTxByteSizes, ) *MempoolTransactionStatsResponse
NewMempoolTransactionStatsResponse instantiates a new MempoolTransactionStatsResponse 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
NewMempoolTransactionStatsResponseWithDefaults
func NewMempoolTransactionStatsResponseWithDefaults() *MempoolTransactionStatsResponse
NewMempoolTransactionStatsResponseWithDefaults instantiates a new MempoolTransactionStatsResponse 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
GetTxTypeCounts
func (o *MempoolTransactionStatsResponse) GetTxTypeCounts() MempoolTransactionStatsResponseTxTypeCounts
GetTxTypeCounts returns the TxTypeCounts field if non-nil, zero value otherwise.
GetTxTypeCountsOk
func (o *MempoolTransactionStatsResponse) GetTxTypeCountsOk() (*MempoolTransactionStatsResponseTxTypeCounts, bool)
GetTxTypeCountsOk returns a tuple with the TxTypeCounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxTypeCounts
func (o *MempoolTransactionStatsResponse) SetTxTypeCounts(v MempoolTransactionStatsResponseTxTypeCounts)
SetTxTypeCounts sets TxTypeCounts field to given value.
GetTxSimpleFeeAverages
func (o *MempoolTransactionStatsResponse) GetTxSimpleFeeAverages() MempoolTransactionStatsResponseTxSimpleFeeAverages
GetTxSimpleFeeAverages returns the TxSimpleFeeAverages field if non-nil, zero value otherwise.
GetTxSimpleFeeAveragesOk
func (o *MempoolTransactionStatsResponse) GetTxSimpleFeeAveragesOk() (*MempoolTransactionStatsResponseTxSimpleFeeAverages, bool)
GetTxSimpleFeeAveragesOk returns a tuple with the TxSimpleFeeAverages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxSimpleFeeAverages
func (o *MempoolTransactionStatsResponse) SetTxSimpleFeeAverages(v MempoolTransactionStatsResponseTxSimpleFeeAverages)
SetTxSimpleFeeAverages sets TxSimpleFeeAverages field to given value.
GetTxAges
func (o *MempoolTransactionStatsResponse) GetTxAges() MempoolTransactionStatsResponseTxAges
GetTxAges returns the TxAges field if non-nil, zero value otherwise.
GetTxAgesOk
func (o *MempoolTransactionStatsResponse) GetTxAgesOk() (*MempoolTransactionStatsResponseTxAges, bool)
GetTxAgesOk returns a tuple with the TxAges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxAges
func (o *MempoolTransactionStatsResponse) SetTxAges(v MempoolTransactionStatsResponseTxAges)
SetTxAges sets TxAges field to given value.
GetTxByteSizes
func (o *MempoolTransactionStatsResponse) GetTxByteSizes() MempoolTransactionStatsResponseTxByteSizes
GetTxByteSizes returns the TxByteSizes field if non-nil, zero value otherwise.
GetTxByteSizesOk
func (o *MempoolTransactionStatsResponse) GetTxByteSizesOk() (*MempoolTransactionStatsResponseTxByteSizes, bool)
GetTxByteSizesOk returns a tuple with the TxByteSizes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxByteSizes
func (o *MempoolTransactionStatsResponse) SetTxByteSizes(v MempoolTransactionStatsResponseTxByteSizes)
SetTxByteSizes sets TxByteSizes field to given value.