Name | Type | Description | Notes |
---|---|---|---|
AppHash | Pointer to string | [optional] | |
ConsensusHash | Pointer to string | [optional] | |
DataHash | Pointer to string | [optional] | |
EvidenceHash | Pointer to string | [optional] | |
Hash | Pointer to string | [optional] | |
Height | Pointer to int32 | [optional] | |
Id | Pointer to int32 | [optional] | |
LastCommitHash | Pointer to string | [optional] | |
LastResultsHash | Pointer to string | [optional] | |
MessageTypes | Pointer to []string | [optional] | |
NextValidatorsHash | Pointer to string | [optional] | |
ParentHash | Pointer to string | [optional] | |
Proposer | Pointer to ResponsesShortValidator | [optional] | |
Stats | Pointer to ResponsesBlockStats | [optional] | |
Time | Pointer to string | [optional] | |
ValidatorsHash | Pointer to string | [optional] | |
VersionApp | Pointer to string | [optional] | |
VersionBlock | Pointer to string | [optional] |
func NewResponsesBlock() *ResponsesBlock
NewResponsesBlock instantiates a new ResponsesBlock 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 NewResponsesBlockWithDefaults() *ResponsesBlock
NewResponsesBlockWithDefaults instantiates a new ResponsesBlock 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 *ResponsesBlock) GetAppHash() string
GetAppHash returns the AppHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetAppHashOk() (*string, bool)
GetAppHashOk returns a tuple with the AppHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetAppHash(v string)
SetAppHash sets AppHash field to given value.
func (o *ResponsesBlock) HasAppHash() bool
HasAppHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetConsensusHash() string
GetConsensusHash returns the ConsensusHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetConsensusHashOk() (*string, bool)
GetConsensusHashOk returns a tuple with the ConsensusHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetConsensusHash(v string)
SetConsensusHash sets ConsensusHash field to given value.
func (o *ResponsesBlock) HasConsensusHash() bool
HasConsensusHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetDataHash() string
GetDataHash returns the DataHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetDataHashOk() (*string, bool)
GetDataHashOk returns a tuple with the DataHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetDataHash(v string)
SetDataHash sets DataHash field to given value.
func (o *ResponsesBlock) HasDataHash() bool
HasDataHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetEvidenceHash() string
GetEvidenceHash returns the EvidenceHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetEvidenceHashOk() (*string, bool)
GetEvidenceHashOk returns a tuple with the EvidenceHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetEvidenceHash(v string)
SetEvidenceHash sets EvidenceHash field to given value.
func (o *ResponsesBlock) HasEvidenceHash() bool
HasEvidenceHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) 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 *ResponsesBlock) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ResponsesBlock) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ResponsesBlock) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesBlock) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetIdOk() (*int32, 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 *ResponsesBlock) SetId(v int32)
SetId sets Id field to given value.
func (o *ResponsesBlock) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesBlock) GetLastCommitHash() string
GetLastCommitHash returns the LastCommitHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetLastCommitHashOk() (*string, bool)
GetLastCommitHashOk returns a tuple with the LastCommitHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetLastCommitHash(v string)
SetLastCommitHash sets LastCommitHash field to given value.
func (o *ResponsesBlock) HasLastCommitHash() bool
HasLastCommitHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetLastResultsHash() string
GetLastResultsHash returns the LastResultsHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetLastResultsHashOk() (*string, bool)
GetLastResultsHashOk returns a tuple with the LastResultsHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetLastResultsHash(v string)
SetLastResultsHash sets LastResultsHash field to given value.
func (o *ResponsesBlock) HasLastResultsHash() bool
HasLastResultsHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetMessageTypes() []string
GetMessageTypes returns the MessageTypes field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetMessageTypesOk() (*[]string, bool)
GetMessageTypesOk returns a tuple with the MessageTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetMessageTypes(v []string)
SetMessageTypes sets MessageTypes field to given value.
func (o *ResponsesBlock) HasMessageTypes() bool
HasMessageTypes returns a boolean if a field has been set.
func (o *ResponsesBlock) GetNextValidatorsHash() string
GetNextValidatorsHash returns the NextValidatorsHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetNextValidatorsHashOk() (*string, bool)
GetNextValidatorsHashOk returns a tuple with the NextValidatorsHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetNextValidatorsHash(v string)
SetNextValidatorsHash sets NextValidatorsHash field to given value.
func (o *ResponsesBlock) HasNextValidatorsHash() bool
HasNextValidatorsHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetParentHash() string
GetParentHash returns the ParentHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetParentHashOk() (*string, bool)
GetParentHashOk returns a tuple with the ParentHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetParentHash(v string)
SetParentHash sets ParentHash field to given value.
func (o *ResponsesBlock) HasParentHash() bool
HasParentHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetProposer() ResponsesShortValidator
GetProposer returns the Proposer field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetProposerOk() (*ResponsesShortValidator, bool)
GetProposerOk returns a tuple with the Proposer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetProposer(v ResponsesShortValidator)
SetProposer sets Proposer field to given value.
func (o *ResponsesBlock) HasProposer() bool
HasProposer returns a boolean if a field has been set.
func (o *ResponsesBlock) GetStats() ResponsesBlockStats
GetStats returns the Stats field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetStatsOk() (*ResponsesBlockStats, bool)
GetStatsOk returns a tuple with the Stats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetStats(v ResponsesBlockStats)
SetStats sets Stats field to given value.
func (o *ResponsesBlock) HasStats() bool
HasStats returns a boolean if a field has been set.
func (o *ResponsesBlock) GetTime() string
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetTimeOk() (*string, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetTime(v string)
SetTime sets Time field to given value.
func (o *ResponsesBlock) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesBlock) GetValidatorsHash() string
GetValidatorsHash returns the ValidatorsHash field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetValidatorsHashOk() (*string, bool)
GetValidatorsHashOk returns a tuple with the ValidatorsHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetValidatorsHash(v string)
SetValidatorsHash sets ValidatorsHash field to given value.
func (o *ResponsesBlock) HasValidatorsHash() bool
HasValidatorsHash returns a boolean if a field has been set.
func (o *ResponsesBlock) GetVersionApp() string
GetVersionApp returns the VersionApp field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetVersionAppOk() (*string, bool)
GetVersionAppOk returns a tuple with the VersionApp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetVersionApp(v string)
SetVersionApp sets VersionApp field to given value.
func (o *ResponsesBlock) HasVersionApp() bool
HasVersionApp returns a boolean if a field has been set.
func (o *ResponsesBlock) GetVersionBlock() string
GetVersionBlock returns the VersionBlock field if non-nil, zero value otherwise.
func (o *ResponsesBlock) GetVersionBlockOk() (*string, bool)
GetVersionBlockOk returns a tuple with the VersionBlock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesBlock) SetVersionBlock(v string)
SetVersionBlock sets VersionBlock field to given value.
func (o *ResponsesBlock) HasVersionBlock() bool
HasVersionBlock returns a boolean if a field has been set.