Name | Type | Description | Notes |
---|---|---|---|
BlobsCount | Pointer to int32 | [optional] | |
BlobsSize | Pointer to int32 | [optional] | |
BlockTime | Pointer to int32 | [optional] | |
BytesInBlock | Pointer to int32 | [optional] | |
Commissions | Pointer to string | [optional] | |
EventsCount | Pointer to int32 | [optional] | |
Fee | Pointer to string | [optional] | |
FillRate | Pointer to string | [optional] | |
GasLimit | Pointer to int32 | [optional] | |
GasUsed | Pointer to int32 | [optional] | |
InflationRate | Pointer to string | [optional] | |
Rewards | Pointer to string | [optional] | |
SquareSize | Pointer to int32 | [optional] | |
SupplyChange | Pointer to string | [optional] | |
TxCount | Pointer to int32 | [optional] |
func NewResponsesBlockStats() *ResponsesBlockStats
NewResponsesBlockStats instantiates a new ResponsesBlockStats 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 NewResponsesBlockStatsWithDefaults() *ResponsesBlockStats
NewResponsesBlockStatsWithDefaults instantiates a new ResponsesBlockStats 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 *ResponsesBlockStats) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetBlobsCount(v int32)
SetBlobsCount sets BlobsCount field to given value.
func (o *ResponsesBlockStats) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetBlobsSize() int32
GetBlobsSize returns the BlobsSize field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetBlobsSizeOk() (*int32, bool)
GetBlobsSizeOk returns a tuple with the BlobsSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetBlobsSize(v int32)
SetBlobsSize sets BlobsSize field to given value.
func (o *ResponsesBlockStats) HasBlobsSize() bool
HasBlobsSize returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetBlockTime() int32
GetBlockTime returns the BlockTime field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetBlockTimeOk() (*int32, bool)
GetBlockTimeOk returns a tuple with the BlockTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetBlockTime(v int32)
SetBlockTime sets BlockTime field to given value.
func (o *ResponsesBlockStats) HasBlockTime() bool
HasBlockTime returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetBytesInBlock() int32
GetBytesInBlock returns the BytesInBlock field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetBytesInBlockOk() (*int32, bool)
GetBytesInBlockOk returns a tuple with the BytesInBlock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetBytesInBlock(v int32)
SetBytesInBlock sets BytesInBlock field to given value.
func (o *ResponsesBlockStats) HasBytesInBlock() bool
HasBytesInBlock returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetCommissions() string
GetCommissions returns the Commissions field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetCommissionsOk() (*string, bool)
GetCommissionsOk returns a tuple with the Commissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetCommissions(v string)
SetCommissions sets Commissions field to given value.
func (o *ResponsesBlockStats) HasCommissions() bool
HasCommissions returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetEventsCount() int32
GetEventsCount returns the EventsCount field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetEventsCountOk() (*int32, bool)
GetEventsCountOk returns a tuple with the EventsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetEventsCount(v int32)
SetEventsCount sets EventsCount field to given value.
func (o *ResponsesBlockStats) HasEventsCount() bool
HasEventsCount returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetFee() string
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetFeeOk() (*string, 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.
func (o *ResponsesBlockStats) SetFee(v string)
SetFee sets Fee field to given value.
func (o *ResponsesBlockStats) HasFee() bool
HasFee returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetFillRate() string
GetFillRate returns the FillRate field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetFillRateOk() (*string, bool)
GetFillRateOk returns a tuple with the FillRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetFillRate(v string)
SetFillRate sets FillRate field to given value.
func (o *ResponsesBlockStats) HasFillRate() bool
HasFillRate returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetGasLimit() int32
GetGasLimit returns the GasLimit field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetGasLimitOk() (*int32, bool)
GetGasLimitOk returns a tuple with the GasLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetGasLimit(v int32)
SetGasLimit sets GasLimit field to given value.
func (o *ResponsesBlockStats) HasGasLimit() bool
HasGasLimit returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetGasUsed() int32
GetGasUsed returns the GasUsed field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetGasUsedOk() (*int32, bool)
GetGasUsedOk returns a tuple with the GasUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetGasUsed(v int32)
SetGasUsed sets GasUsed field to given value.
func (o *ResponsesBlockStats) HasGasUsed() bool
HasGasUsed returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetInflationRate() string
GetInflationRate returns the InflationRate field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetInflationRateOk() (*string, bool)
GetInflationRateOk returns a tuple with the InflationRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetInflationRate(v string)
SetInflationRate sets InflationRate field to given value.
func (o *ResponsesBlockStats) HasInflationRate() bool
HasInflationRate returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetRewards() string
GetRewards returns the Rewards field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetRewardsOk() (*string, bool)
GetRewardsOk returns a tuple with the Rewards field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetRewards(v string)
SetRewards sets Rewards field to given value.
func (o *ResponsesBlockStats) HasRewards() bool
HasRewards returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetSquareSize() int32
GetSquareSize returns the SquareSize field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetSquareSizeOk() (*int32, bool)
GetSquareSizeOk returns a tuple with the SquareSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetSquareSize(v int32)
SetSquareSize sets SquareSize field to given value.
func (o *ResponsesBlockStats) HasSquareSize() bool
HasSquareSize returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetSupplyChange() string
GetSupplyChange returns the SupplyChange field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetSupplyChangeOk() (*string, bool)
GetSupplyChangeOk returns a tuple with the SupplyChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetSupplyChange(v string)
SetSupplyChange sets SupplyChange field to given value.
func (o *ResponsesBlockStats) HasSupplyChange() bool
HasSupplyChange returns a boolean if a field has been set.
func (o *ResponsesBlockStats) GetTxCount() int32
GetTxCount returns the TxCount field if non-nil, zero value otherwise.
func (o *ResponsesBlockStats) GetTxCountOk() (*int32, bool)
GetTxCountOk returns a tuple with the TxCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlockStats) SetTxCount(v int32)
SetTxCount sets TxCount field to given value.
func (o *ResponsesBlockStats) HasTxCount() bool
HasTxCount returns a boolean if a field has been set.