Versions in this module Expand all Collapse all v0 v0.1.0 Nov 14, 2023 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 ABCIResponsesInfo struct + Height int64 + LegacyAbciResponses *LegacyABCIResponses + ResponseFinalizeBlock *types.ResponseFinalizeBlock + func (*ABCIResponsesInfo) Descriptor() ([]byte, []int) + func (*ABCIResponsesInfo) ProtoMessage() + func (m *ABCIResponsesInfo) GetHeight() int64 + func (m *ABCIResponsesInfo) GetLegacyAbciResponses() *LegacyABCIResponses + func (m *ABCIResponsesInfo) GetResponseFinalizeBlock() *types.ResponseFinalizeBlock + func (m *ABCIResponsesInfo) Marshal() (dAtA []byte, err error) + func (m *ABCIResponsesInfo) MarshalTo(dAtA []byte) (int, error) + func (m *ABCIResponsesInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ABCIResponsesInfo) Reset() + func (m *ABCIResponsesInfo) Size() (n int) + func (m *ABCIResponsesInfo) String() string + func (m *ABCIResponsesInfo) Unmarshal(dAtA []byte) error + func (m *ABCIResponsesInfo) XXX_DiscardUnknown() + func (m *ABCIResponsesInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ABCIResponsesInfo) XXX_Merge(src proto.Message) + func (m *ABCIResponsesInfo) XXX_Size() int + func (m *ABCIResponsesInfo) 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 LegacyABCIResponses struct + BeginBlock *ResponseBeginBlock + DeliverTxs []*types.ExecTxResult + EndBlock *ResponseEndBlock + func (*LegacyABCIResponses) Descriptor() ([]byte, []int) + func (*LegacyABCIResponses) ProtoMessage() + func (m *LegacyABCIResponses) GetBeginBlock() *ResponseBeginBlock + func (m *LegacyABCIResponses) GetDeliverTxs() []*types.ExecTxResult + func (m *LegacyABCIResponses) GetEndBlock() *ResponseEndBlock + func (m *LegacyABCIResponses) Marshal() (dAtA []byte, err error) + func (m *LegacyABCIResponses) MarshalTo(dAtA []byte) (int, error) + func (m *LegacyABCIResponses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LegacyABCIResponses) Reset() + func (m *LegacyABCIResponses) Size() (n int) + func (m *LegacyABCIResponses) String() string + func (m *LegacyABCIResponses) Unmarshal(dAtA []byte) error + func (m *LegacyABCIResponses) XXX_DiscardUnknown() + func (m *LegacyABCIResponses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LegacyABCIResponses) XXX_Merge(src proto.Message) + func (m *LegacyABCIResponses) XXX_Size() int + func (m *LegacyABCIResponses) XXX_Unmarshal(b []byte) error + type ResponseBeginBlock struct + Events []types.Event + func (*ResponseBeginBlock) Descriptor() ([]byte, []int) + func (*ResponseBeginBlock) ProtoMessage() + func (m *ResponseBeginBlock) GetEvents() []types.Event + func (m *ResponseBeginBlock) Marshal() (dAtA []byte, err error) + func (m *ResponseBeginBlock) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseBeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseBeginBlock) Reset() + func (m *ResponseBeginBlock) Size() (n int) + func (m *ResponseBeginBlock) String() string + func (m *ResponseBeginBlock) Unmarshal(dAtA []byte) error + func (m *ResponseBeginBlock) XXX_DiscardUnknown() + func (m *ResponseBeginBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseBeginBlock) XXX_Merge(src proto.Message) + func (m *ResponseBeginBlock) XXX_Size() int + func (m *ResponseBeginBlock) XXX_Unmarshal(b []byte) error + type ResponseEndBlock struct + ConsensusParamUpdates *types1.ConsensusParams + Events []types.Event + ValidatorUpdates []types.ValidatorUpdate + func (*ResponseEndBlock) Descriptor() ([]byte, []int) + func (*ResponseEndBlock) ProtoMessage() + func (m *ResponseEndBlock) GetConsensusParamUpdates() *types1.ConsensusParams + func (m *ResponseEndBlock) GetEvents() []types.Event + func (m *ResponseEndBlock) GetValidatorUpdates() []types.ValidatorUpdate + func (m *ResponseEndBlock) Marshal() (dAtA []byte, err error) + func (m *ResponseEndBlock) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseEndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseEndBlock) Reset() + func (m *ResponseEndBlock) Size() (n int) + func (m *ResponseEndBlock) String() string + func (m *ResponseEndBlock) Unmarshal(dAtA []byte) error + func (m *ResponseEndBlock) XXX_DiscardUnknown() + func (m *ResponseEndBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseEndBlock) XXX_Merge(src proto.Message) + func (m *ResponseEndBlock) XXX_Size() int + func (m *ResponseEndBlock) 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