Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.04 KB

ResponsesChange24hBlockStats.md

File metadata and controls

134 lines (73 loc) · 4.04 KB

ResponsesChange24hBlockStats

Properties

Name Type Description Notes
BlobsSize24h Pointer to float32 [optional]
BytesInBlock24h Pointer to float32 [optional]
Fee24h Pointer to float32 [optional]
TxCount24h Pointer to float32 [optional]

Methods

NewResponsesChange24hBlockStats

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

NewResponsesChange24hBlockStatsWithDefaults

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

GetBlobsSize24h

func (o *ResponsesChange24hBlockStats) GetBlobsSize24h() float32

GetBlobsSize24h returns the BlobsSize24h field if non-nil, zero value otherwise.

GetBlobsSize24hOk

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.

SetBlobsSize24h

func (o *ResponsesChange24hBlockStats) SetBlobsSize24h(v float32)

SetBlobsSize24h sets BlobsSize24h field to given value.

HasBlobsSize24h

func (o *ResponsesChange24hBlockStats) HasBlobsSize24h() bool

HasBlobsSize24h returns a boolean if a field has been set.

GetBytesInBlock24h

func (o *ResponsesChange24hBlockStats) GetBytesInBlock24h() float32

GetBytesInBlock24h returns the BytesInBlock24h field if non-nil, zero value otherwise.

GetBytesInBlock24hOk

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.

SetBytesInBlock24h

func (o *ResponsesChange24hBlockStats) SetBytesInBlock24h(v float32)

SetBytesInBlock24h sets BytesInBlock24h field to given value.

HasBytesInBlock24h

func (o *ResponsesChange24hBlockStats) HasBytesInBlock24h() bool

HasBytesInBlock24h returns a boolean if a field has been set.

GetFee24h

func (o *ResponsesChange24hBlockStats) GetFee24h() float32

GetFee24h returns the Fee24h field if non-nil, zero value otherwise.

GetFee24hOk

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.

SetFee24h

func (o *ResponsesChange24hBlockStats) SetFee24h(v float32)

SetFee24h sets Fee24h field to given value.

HasFee24h

func (o *ResponsesChange24hBlockStats) HasFee24h() bool

HasFee24h returns a boolean if a field has been set.

GetTxCount24h

func (o *ResponsesChange24hBlockStats) GetTxCount24h() float32

GetTxCount24h returns the TxCount24h field if non-nil, zero value otherwise.

GetTxCount24hOk

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.

SetTxCount24h

func (o *ResponsesChange24hBlockStats) SetTxCount24h(v float32)

SetTxCount24h sets TxCount24h field to given value.

HasTxCount24h

func (o *ResponsesChange24hBlockStats) HasTxCount24h() bool

HasTxCount24h returns a boolean if a field has been set.

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