Name | Type | Description | Notes |
---|---|---|---|
ChainId | Pointer to string | [optional] | |
Hash | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
LastHeight | Pointer to int64 | [optional] | |
LastTime | Pointer to time.Time | [optional] | |
Name | Pointer to string | [optional] | |
Synced | Pointer to bool | [optional] | |
TotalAccounts | Pointer to int64 | [optional] | |
TotalBlobsSize | Pointer to int64 | [optional] | |
TotalFee | Pointer to string | [optional] | |
TotalNamespaces | Pointer to int32 | [optional] | |
TotalStake | Pointer to string | [optional] | |
TotalSupply | Pointer to string | [optional] | |
TotalTx | Pointer to int64 | [optional] | |
TotalValidators | Pointer to int64 | [optional] | |
TotalVotingPower | Pointer to string | [optional] |
func NewResponsesState() *ResponsesState
NewResponsesState instantiates a new ResponsesState 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 NewResponsesStateWithDefaults() *ResponsesState
NewResponsesStateWithDefaults instantiates a new ResponsesState 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 *ResponsesState) GetChainId() string
GetChainId returns the ChainId field if non-nil, zero value otherwise.
func (o *ResponsesState) GetChainIdOk() (*string, bool)
GetChainIdOk returns a tuple with the ChainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetChainId(v string)
SetChainId sets ChainId field to given value.
func (o *ResponsesState) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (o *ResponsesState) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ResponsesState) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ResponsesState) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ResponsesState) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesState) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetId(v int64)
SetId sets Id field to given value.
func (o *ResponsesState) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesState) GetLastHeight() int64
GetLastHeight returns the LastHeight field if non-nil, zero value otherwise.
func (o *ResponsesState) GetLastHeightOk() (*int64, bool)
GetLastHeightOk returns a tuple with the LastHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetLastHeight(v int64)
SetLastHeight sets LastHeight field to given value.
func (o *ResponsesState) HasLastHeight() bool
HasLastHeight returns a boolean if a field has been set.
func (o *ResponsesState) GetLastTime() time.Time
GetLastTime returns the LastTime field if non-nil, zero value otherwise.
func (o *ResponsesState) GetLastTimeOk() (*time.Time, bool)
GetLastTimeOk returns a tuple with the LastTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetLastTime(v time.Time)
SetLastTime sets LastTime field to given value.
func (o *ResponsesState) HasLastTime() bool
HasLastTime returns a boolean if a field has been set.
func (o *ResponsesState) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResponsesState) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsesState) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsesState) GetSynced() bool
GetSynced returns the Synced field if non-nil, zero value otherwise.
func (o *ResponsesState) GetSyncedOk() (*bool, bool)
GetSyncedOk returns a tuple with the Synced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetSynced(v bool)
SetSynced sets Synced field to given value.
func (o *ResponsesState) HasSynced() bool
HasSynced returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalAccounts() int64
GetTotalAccounts returns the TotalAccounts field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalAccountsOk() (*int64, bool)
GetTotalAccountsOk returns a tuple with the TotalAccounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalAccounts(v int64)
SetTotalAccounts sets TotalAccounts field to given value.
func (o *ResponsesState) HasTotalAccounts() bool
HasTotalAccounts returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalBlobsSize() int64
GetTotalBlobsSize returns the TotalBlobsSize field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalBlobsSizeOk() (*int64, bool)
GetTotalBlobsSizeOk returns a tuple with the TotalBlobsSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalBlobsSize(v int64)
SetTotalBlobsSize sets TotalBlobsSize field to given value.
func (o *ResponsesState) HasTotalBlobsSize() bool
HasTotalBlobsSize returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalFee() string
GetTotalFee returns the TotalFee field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalFeeOk() (*string, bool)
GetTotalFeeOk returns a tuple with the TotalFee field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalFee(v string)
SetTotalFee sets TotalFee field to given value.
func (o *ResponsesState) HasTotalFee() bool
HasTotalFee returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalNamespaces() int32
GetTotalNamespaces returns the TotalNamespaces field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalNamespacesOk() (*int32, bool)
GetTotalNamespacesOk returns a tuple with the TotalNamespaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalNamespaces(v int32)
SetTotalNamespaces sets TotalNamespaces field to given value.
func (o *ResponsesState) HasTotalNamespaces() bool
HasTotalNamespaces returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalStake() string
GetTotalStake returns the TotalStake field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalStakeOk() (*string, bool)
GetTotalStakeOk returns a tuple with the TotalStake field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalStake(v string)
SetTotalStake sets TotalStake field to given value.
func (o *ResponsesState) HasTotalStake() bool
HasTotalStake returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalSupply() string
GetTotalSupply returns the TotalSupply field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalSupplyOk() (*string, bool)
GetTotalSupplyOk returns a tuple with the TotalSupply field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalSupply(v string)
SetTotalSupply sets TotalSupply field to given value.
func (o *ResponsesState) HasTotalSupply() bool
HasTotalSupply returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalTx() int64
GetTotalTx returns the TotalTx field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalTxOk() (*int64, bool)
GetTotalTxOk returns a tuple with the TotalTx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalTx(v int64)
SetTotalTx sets TotalTx field to given value.
func (o *ResponsesState) HasTotalTx() bool
HasTotalTx returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalValidators() int64
GetTotalValidators returns the TotalValidators field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalValidatorsOk() (*int64, bool)
GetTotalValidatorsOk returns a tuple with the TotalValidators field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalValidators(v int64)
SetTotalValidators sets TotalValidators field to given value.
func (o *ResponsesState) HasTotalValidators() bool
HasTotalValidators returns a boolean if a field has been set.
func (o *ResponsesState) GetTotalVotingPower() string
GetTotalVotingPower returns the TotalVotingPower field if non-nil, zero value otherwise.
func (o *ResponsesState) GetTotalVotingPowerOk() (*string, bool)
GetTotalVotingPowerOk returns a tuple with the TotalVotingPower field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesState) SetTotalVotingPower(v string)
SetTotalVotingPower sets TotalVotingPower field to given value.
func (o *ResponsesState) HasTotalVotingPower() bool
HasTotalVotingPower returns a boolean if a field has been set.