Name | Type | Description | Notes |
---|---|---|---|
BlobsSize24h | Pointer to float32 | [optional] | |
BytesInBlock24h | Pointer to float32 | [optional] | |
Fee24h | Pointer to float32 | [optional] | |
TxCount24h | Pointer to float32 | [optional] |
func NewResponsesChange24hBlockStats() *ResponsesChange24hBlockStats
NewResponsesChange24hBlockStats instantiates a new ResponsesChange24hBlockStats 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 NewResponsesChange24hBlockStatsWithDefaults() *ResponsesChange24hBlockStats
NewResponsesChange24hBlockStatsWithDefaults instantiates a new ResponsesChange24hBlockStats 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 *ResponsesChange24hBlockStats) GetBlobsSize24h() float32
GetBlobsSize24h returns the BlobsSize24h field if non-nil, zero value otherwise.
func (o *ResponsesChange24hBlockStats) GetBlobsSize24hOk() (*float32, bool)
GetBlobsSize24hOk returns a tuple with the BlobsSize24h field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesChange24hBlockStats) SetBlobsSize24h(v float32)
SetBlobsSize24h sets BlobsSize24h field to given value.
func (o *ResponsesChange24hBlockStats) HasBlobsSize24h() bool
HasBlobsSize24h returns a boolean if a field has been set.
func (o *ResponsesChange24hBlockStats) GetBytesInBlock24h() float32
GetBytesInBlock24h returns the BytesInBlock24h field if non-nil, zero value otherwise.
func (o *ResponsesChange24hBlockStats) GetBytesInBlock24hOk() (*float32, bool)
GetBytesInBlock24hOk returns a tuple with the BytesInBlock24h field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesChange24hBlockStats) SetBytesInBlock24h(v float32)
SetBytesInBlock24h sets BytesInBlock24h field to given value.
func (o *ResponsesChange24hBlockStats) HasBytesInBlock24h() bool
HasBytesInBlock24h returns a boolean if a field has been set.
func (o *ResponsesChange24hBlockStats) GetFee24h() float32
GetFee24h returns the Fee24h field if non-nil, zero value otherwise.
func (o *ResponsesChange24hBlockStats) GetFee24hOk() (*float32, bool)
GetFee24hOk returns a tuple with the Fee24h field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesChange24hBlockStats) SetFee24h(v float32)
SetFee24h sets Fee24h field to given value.
func (o *ResponsesChange24hBlockStats) HasFee24h() bool
HasFee24h returns a boolean if a field has been set.
func (o *ResponsesChange24hBlockStats) GetTxCount24h() float32
GetTxCount24h returns the TxCount24h field if non-nil, zero value otherwise.
func (o *ResponsesChange24hBlockStats) GetTxCount24hOk() (*float32, bool)
GetTxCount24hOk returns a tuple with the TxCount24h field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesChange24hBlockStats) SetTxCount24h(v float32)
SetTxCount24h sets TxCount24h field to given value.
func (o *ResponsesChange24hBlockStats) HasTxCount24h() bool
HasTxCount24h returns a boolean if a field has been set.