Versions in this module Expand all Collapse all v0 v0.0.1 May 24, 2022 Changes in this version + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + type ABCIResponses struct + BeginBlock *types.ResponseBeginBlock + DeliverTxs []*types.ResponseDeliverTx + EndBlock *types.ResponseEndBlock + func (*ABCIResponses) Descriptor() ([]byte, []int) + func (*ABCIResponses) ProtoMessage() + func (m *ABCIResponses) GetBeginBlock() *types.ResponseBeginBlock + func (m *ABCIResponses) GetDeliverTxs() []*types.ResponseDeliverTx + func (m *ABCIResponses) GetEndBlock() *types.ResponseEndBlock + func (m *ABCIResponses) Marshal() (dAtA []byte, err error) + func (m *ABCIResponses) MarshalTo(dAtA []byte) (int, error) + func (m *ABCIResponses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ABCIResponses) Reset() + func (m *ABCIResponses) Size() (n int) + func (m *ABCIResponses) String() string + func (m *ABCIResponses) Unmarshal(dAtA []byte) error + func (m *ABCIResponses) XXX_DiscardUnknown() + func (m *ABCIResponses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ABCIResponses) XXX_Merge(src proto.Message) + func (m *ABCIResponses) XXX_Size() int + func (m *ABCIResponses) XXX_Unmarshal(b []byte) error + type ConsensusParamsInfo struct + ConsensusParams types1.ConsensusParams + LastHeightChanged int64 + func (*ConsensusParamsInfo) Descriptor() ([]byte, []int) + func (*ConsensusParamsInfo) ProtoMessage() + func (m *ConsensusParamsInfo) GetConsensusParams() types1.ConsensusParams + func (m *ConsensusParamsInfo) GetLastHeightChanged() int64 + func (m *ConsensusParamsInfo) Marshal() (dAtA []byte, err error) + func (m *ConsensusParamsInfo) MarshalTo(dAtA []byte) (int, error) + func (m *ConsensusParamsInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ConsensusParamsInfo) Reset() + func (m *ConsensusParamsInfo) Size() (n int) + func (m *ConsensusParamsInfo) String() string + func (m *ConsensusParamsInfo) Unmarshal(dAtA []byte) error + func (m *ConsensusParamsInfo) XXX_DiscardUnknown() + func (m *ConsensusParamsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConsensusParamsInfo) XXX_Merge(src proto.Message) + func (m *ConsensusParamsInfo) XXX_Size() int + func (m *ConsensusParamsInfo) XXX_Unmarshal(b []byte) error + type State struct + AppHash []byte + ChainID string + ConsensusParams types1.ConsensusParams + InitialHeight int64 + LastBlockHeight int64 + LastBlockID types1.BlockID + LastBlockTime time.Time + LastHeightConsensusParamsChanged int64 + LastHeightValidatorsChanged int64 + LastResultsHash []byte + LastValidators *types1.ValidatorSet + NextValidators *types1.ValidatorSet + Validators *types1.ValidatorSet + Version Version + func (*State) Descriptor() ([]byte, []int) + func (*State) ProtoMessage() + func (m *State) GetAppHash() []byte + func (m *State) GetChainID() string + func (m *State) GetConsensusParams() types1.ConsensusParams + func (m *State) GetInitialHeight() int64 + func (m *State) GetLastBlockHeight() int64 + func (m *State) GetLastBlockID() types1.BlockID + func (m *State) GetLastBlockTime() time.Time + func (m *State) GetLastHeightConsensusParamsChanged() int64 + func (m *State) GetLastHeightValidatorsChanged() int64 + func (m *State) GetLastResultsHash() []byte + func (m *State) GetLastValidators() *types1.ValidatorSet + func (m *State) GetNextValidators() *types1.ValidatorSet + func (m *State) GetValidators() *types1.ValidatorSet + func (m *State) GetVersion() Version + func (m *State) Marshal() (dAtA []byte, err error) + func (m *State) MarshalTo(dAtA []byte) (int, error) + func (m *State) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *State) Reset() + func (m *State) Size() (n int) + func (m *State) String() string + func (m *State) Unmarshal(dAtA []byte) error + func (m *State) XXX_DiscardUnknown() + func (m *State) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *State) XXX_Merge(src proto.Message) + func (m *State) XXX_Size() int + func (m *State) XXX_Unmarshal(b []byte) error + type ValidatorsInfo struct + LastHeightChanged int64 + ValidatorSet *types1.ValidatorSet + func (*ValidatorsInfo) Descriptor() ([]byte, []int) + func (*ValidatorsInfo) ProtoMessage() + func (m *ValidatorsInfo) GetLastHeightChanged() int64 + func (m *ValidatorsInfo) GetValidatorSet() *types1.ValidatorSet + func (m *ValidatorsInfo) Marshal() (dAtA []byte, err error) + func (m *ValidatorsInfo) MarshalTo(dAtA []byte) (int, error) + func (m *ValidatorsInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValidatorsInfo) Reset() + func (m *ValidatorsInfo) Size() (n int) + func (m *ValidatorsInfo) String() string + func (m *ValidatorsInfo) Unmarshal(dAtA []byte) error + func (m *ValidatorsInfo) XXX_DiscardUnknown() + func (m *ValidatorsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValidatorsInfo) XXX_Merge(src proto.Message) + func (m *ValidatorsInfo) XXX_Size() int + func (m *ValidatorsInfo) XXX_Unmarshal(b []byte) error + type Version struct + Consensus version.Consensus + Software string + func (*Version) Descriptor() ([]byte, []int) + func (*Version) ProtoMessage() + func (m *Version) GetConsensus() version.Consensus + func (m *Version) GetSoftware() string + func (m *Version) Marshal() (dAtA []byte, err error) + func (m *Version) MarshalTo(dAtA []byte) (int, error) + func (m *Version) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Version) Reset() + func (m *Version) Size() (n int) + func (m *Version) String() string + func (m *Version) Unmarshal(dAtA []byte) error + func (m *Version) XXX_DiscardUnknown() + func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Version) XXX_Merge(src proto.Message) + func (m *Version) XXX_Size() int + func (m *Version) XXX_Unmarshal(b []byte) error