Versions in this module Expand all Collapse all v0 v0.38.78 Jul 18, 2023 v0.38.77 Jul 18, 2023 Changes in this version + var BlockIDFlag_name = map[int32]string + var BlockIDFlag_value = map[string]int32 + var ErrIntOverflowBlock = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowCanonical = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowEvents = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowEvidence = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowValidator = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthBlock = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthCanonical = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthEvents = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthEvidence = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthValidator = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupBlock = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupCanonical = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupEvidence = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupValidator = fmt.Errorf("proto: unexpected end of group") + var SignedMsgType_name = map[int32]string + var SignedMsgType_value = map[string]int32 + type ABCIParams struct + VoteExtensionsEnableHeight int64 + func (*ABCIParams) Descriptor() ([]byte, []int) + func (*ABCIParams) ProtoMessage() + func (m *ABCIParams) GetVoteExtensionsEnableHeight() int64 + func (m *ABCIParams) Marshal() (dAtA []byte, err error) + func (m *ABCIParams) MarshalTo(dAtA []byte) (int, error) + func (m *ABCIParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ABCIParams) Reset() + func (m *ABCIParams) Size() (n int) + func (m *ABCIParams) String() string + func (m *ABCIParams) Unmarshal(dAtA []byte) error + func (m *ABCIParams) XXX_DiscardUnknown() + func (m *ABCIParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ABCIParams) XXX_Merge(src proto.Message) + func (m *ABCIParams) XXX_Size() int + func (m *ABCIParams) XXX_Unmarshal(b []byte) error + func (this *ABCIParams) Equal(that interface{}) bool + type Block struct + Data Data + EthData EthData + Evidence EvidenceList + Header Header + LastCommit *Commit + func (*Block) Descriptor() ([]byte, []int) + func (*Block) ProtoMessage() + func (m *Block) GetData() Data + func (m *Block) GetEthData() EthData + func (m *Block) GetEvidence() EvidenceList + func (m *Block) GetHeader() Header + func (m *Block) GetLastCommit() *Commit + func (m *Block) Marshal() (dAtA []byte, err error) + func (m *Block) MarshalTo(dAtA []byte) (int, error) + func (m *Block) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Block) Reset() + func (m *Block) Size() (n int) + func (m *Block) String() string + func (m *Block) Unmarshal(dAtA []byte) error + func (m *Block) XXX_DiscardUnknown() + func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Block) XXX_Merge(src proto.Message) + func (m *Block) XXX_Size() int + func (m *Block) XXX_Unmarshal(b []byte) error + type BlockID struct + Hash []byte + PartSetHeader PartSetHeader + func (*BlockID) Descriptor() ([]byte, []int) + func (*BlockID) ProtoMessage() + func (m *BlockID) GetHash() []byte + func (m *BlockID) GetPartSetHeader() PartSetHeader + func (m *BlockID) Marshal() (dAtA []byte, err error) + func (m *BlockID) MarshalTo(dAtA []byte) (int, error) + func (m *BlockID) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BlockID) Reset() + func (m *BlockID) Size() (n int) + func (m *BlockID) String() string + func (m *BlockID) Unmarshal(dAtA []byte) error + func (m *BlockID) XXX_DiscardUnknown() + func (m *BlockID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockID) XXX_Merge(src proto.Message) + func (m *BlockID) XXX_Size() int + func (m *BlockID) XXX_Unmarshal(b []byte) error + type BlockIDFlag int32 + const BlockIDFlagAbsent + const BlockIDFlagCommit + const BlockIDFlagNil + const BlockIDFlagUnknown + func (BlockIDFlag) EnumDescriptor() ([]byte, []int) + func (x BlockIDFlag) String() string + type BlockMeta struct + BlockID BlockID + BlockSize int64 + Header Header + NumTxs int64 + func (*BlockMeta) Descriptor() ([]byte, []int) + func (*BlockMeta) ProtoMessage() + func (m *BlockMeta) GetBlockID() BlockID + func (m *BlockMeta) GetBlockSize() int64 + func (m *BlockMeta) GetHeader() Header + func (m *BlockMeta) GetNumTxs() int64 + func (m *BlockMeta) Marshal() (dAtA []byte, err error) + func (m *BlockMeta) MarshalTo(dAtA []byte) (int, error) + func (m *BlockMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BlockMeta) Reset() + func (m *BlockMeta) Size() (n int) + func (m *BlockMeta) String() string + func (m *BlockMeta) Unmarshal(dAtA []byte) error + func (m *BlockMeta) XXX_DiscardUnknown() + func (m *BlockMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockMeta) XXX_Merge(src proto.Message) + func (m *BlockMeta) XXX_Size() int + func (m *BlockMeta) XXX_Unmarshal(b []byte) error + type BlockParams struct + MaxBytes int64 + MaxGas int64 + func (*BlockParams) Descriptor() ([]byte, []int) + func (*BlockParams) ProtoMessage() + func (m *BlockParams) GetMaxBytes() int64 + func (m *BlockParams) GetMaxGas() int64 + func (m *BlockParams) Marshal() (dAtA []byte, err error) + func (m *BlockParams) MarshalTo(dAtA []byte) (int, error) + func (m *BlockParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BlockParams) Reset() + func (m *BlockParams) Size() (n int) + func (m *BlockParams) String() string + func (m *BlockParams) Unmarshal(dAtA []byte) error + func (m *BlockParams) XXX_DiscardUnknown() + func (m *BlockParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockParams) XXX_Merge(src proto.Message) + func (m *BlockParams) XXX_Size() int + func (m *BlockParams) XXX_Unmarshal(b []byte) error + func (this *BlockParams) Equal(that interface{}) bool + type CanonicalBlockID struct + Hash []byte + PartSetHeader CanonicalPartSetHeader + func (*CanonicalBlockID) Descriptor() ([]byte, []int) + func (*CanonicalBlockID) ProtoMessage() + func (m *CanonicalBlockID) GetHash() []byte + func (m *CanonicalBlockID) GetPartSetHeader() CanonicalPartSetHeader + func (m *CanonicalBlockID) Marshal() (dAtA []byte, err error) + func (m *CanonicalBlockID) MarshalTo(dAtA []byte) (int, error) + func (m *CanonicalBlockID) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CanonicalBlockID) Reset() + func (m *CanonicalBlockID) Size() (n int) + func (m *CanonicalBlockID) String() string + func (m *CanonicalBlockID) Unmarshal(dAtA []byte) error + func (m *CanonicalBlockID) XXX_DiscardUnknown() + func (m *CanonicalBlockID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CanonicalBlockID) XXX_Merge(src proto.Message) + func (m *CanonicalBlockID) XXX_Size() int + func (m *CanonicalBlockID) XXX_Unmarshal(b []byte) error + type CanonicalPartSetHeader struct + Hash []byte + Total uint32 + func (*CanonicalPartSetHeader) Descriptor() ([]byte, []int) + func (*CanonicalPartSetHeader) ProtoMessage() + func (m *CanonicalPartSetHeader) GetHash() []byte + func (m *CanonicalPartSetHeader) GetTotal() uint32 + func (m *CanonicalPartSetHeader) Marshal() (dAtA []byte, err error) + func (m *CanonicalPartSetHeader) MarshalTo(dAtA []byte) (int, error) + func (m *CanonicalPartSetHeader) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CanonicalPartSetHeader) Reset() + func (m *CanonicalPartSetHeader) Size() (n int) + func (m *CanonicalPartSetHeader) String() string + func (m *CanonicalPartSetHeader) Unmarshal(dAtA []byte) error + func (m *CanonicalPartSetHeader) XXX_DiscardUnknown() + func (m *CanonicalPartSetHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CanonicalPartSetHeader) XXX_Merge(src proto.Message) + func (m *CanonicalPartSetHeader) XXX_Size() int + func (m *CanonicalPartSetHeader) XXX_Unmarshal(b []byte) error + type CanonicalProposal struct + BlockID *CanonicalBlockID + ChainID string + Height int64 + POLRound int64 + Round int64 + Timestamp time.Time + Type SignedMsgType + func (*CanonicalProposal) Descriptor() ([]byte, []int) + func (*CanonicalProposal) ProtoMessage() + func (m *CanonicalProposal) GetBlockID() *CanonicalBlockID + func (m *CanonicalProposal) GetChainID() string + func (m *CanonicalProposal) GetHeight() int64 + func (m *CanonicalProposal) GetPOLRound() int64 + func (m *CanonicalProposal) GetRound() int64 + func (m *CanonicalProposal) GetTimestamp() time.Time + func (m *CanonicalProposal) GetType() SignedMsgType + func (m *CanonicalProposal) Marshal() (dAtA []byte, err error) + func (m *CanonicalProposal) MarshalTo(dAtA []byte) (int, error) + func (m *CanonicalProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CanonicalProposal) Reset() + func (m *CanonicalProposal) Size() (n int) + func (m *CanonicalProposal) String() string + func (m *CanonicalProposal) Unmarshal(dAtA []byte) error + func (m *CanonicalProposal) XXX_DiscardUnknown() + func (m *CanonicalProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CanonicalProposal) XXX_Merge(src proto.Message) + func (m *CanonicalProposal) XXX_Size() int + func (m *CanonicalProposal) XXX_Unmarshal(b []byte) error + type CanonicalVote struct + BlockID *CanonicalBlockID + ChainID string + Height int64 + Round int64 + Timestamp time.Time + Type SignedMsgType + func (*CanonicalVote) Descriptor() ([]byte, []int) + func (*CanonicalVote) ProtoMessage() + func (m *CanonicalVote) GetBlockID() *CanonicalBlockID + func (m *CanonicalVote) GetChainID() string + func (m *CanonicalVote) GetHeight() int64 + func (m *CanonicalVote) GetRound() int64 + func (m *CanonicalVote) GetTimestamp() time.Time + func (m *CanonicalVote) GetType() SignedMsgType + func (m *CanonicalVote) Marshal() (dAtA []byte, err error) + func (m *CanonicalVote) MarshalTo(dAtA []byte) (int, error) + func (m *CanonicalVote) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CanonicalVote) Reset() + func (m *CanonicalVote) Size() (n int) + func (m *CanonicalVote) String() string + func (m *CanonicalVote) Unmarshal(dAtA []byte) error + func (m *CanonicalVote) XXX_DiscardUnknown() + func (m *CanonicalVote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CanonicalVote) XXX_Merge(src proto.Message) + func (m *CanonicalVote) XXX_Size() int + func (m *CanonicalVote) XXX_Unmarshal(b []byte) error + type CanonicalVoteExtension struct + ChainId string + Extension []byte + Height int64 + Round int64 + func (*CanonicalVoteExtension) Descriptor() ([]byte, []int) + func (*CanonicalVoteExtension) ProtoMessage() + func (m *CanonicalVoteExtension) GetChainId() string + func (m *CanonicalVoteExtension) GetExtension() []byte + func (m *CanonicalVoteExtension) GetHeight() int64 + func (m *CanonicalVoteExtension) GetRound() int64 + func (m *CanonicalVoteExtension) Marshal() (dAtA []byte, err error) + func (m *CanonicalVoteExtension) MarshalTo(dAtA []byte) (int, error) + func (m *CanonicalVoteExtension) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CanonicalVoteExtension) Reset() + func (m *CanonicalVoteExtension) Size() (n int) + func (m *CanonicalVoteExtension) String() string + func (m *CanonicalVoteExtension) Unmarshal(dAtA []byte) error + func (m *CanonicalVoteExtension) XXX_DiscardUnknown() + func (m *CanonicalVoteExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CanonicalVoteExtension) XXX_Merge(src proto.Message) + func (m *CanonicalVoteExtension) XXX_Size() int + func (m *CanonicalVoteExtension) XXX_Unmarshal(b []byte) error + type Commit struct + BlockID BlockID + Height int64 + Round int32 + Signatures []CommitSig + func (*Commit) Descriptor() ([]byte, []int) + func (*Commit) ProtoMessage() + func (m *Commit) GetBlockID() BlockID + func (m *Commit) GetHeight() int64 + func (m *Commit) GetRound() int32 + func (m *Commit) GetSignatures() []CommitSig + func (m *Commit) Marshal() (dAtA []byte, err error) + func (m *Commit) MarshalTo(dAtA []byte) (int, error) + func (m *Commit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Commit) Reset() + func (m *Commit) Size() (n int) + func (m *Commit) String() string + func (m *Commit) Unmarshal(dAtA []byte) error + func (m *Commit) XXX_DiscardUnknown() + func (m *Commit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Commit) XXX_Merge(src proto.Message) + func (m *Commit) XXX_Size() int + func (m *Commit) XXX_Unmarshal(b []byte) error + type CommitSig struct + BlockIdFlag BlockIDFlag + Signature []byte + Timestamp time.Time + ValidatorAddress []byte + func (*CommitSig) Descriptor() ([]byte, []int) + func (*CommitSig) ProtoMessage() + func (m *CommitSig) GetBlockIdFlag() BlockIDFlag + func (m *CommitSig) GetSignature() []byte + func (m *CommitSig) GetTimestamp() time.Time + func (m *CommitSig) GetValidatorAddress() []byte + func (m *CommitSig) Marshal() (dAtA []byte, err error) + func (m *CommitSig) MarshalTo(dAtA []byte) (int, error) + func (m *CommitSig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CommitSig) Reset() + func (m *CommitSig) Size() (n int) + func (m *CommitSig) String() string + func (m *CommitSig) Unmarshal(dAtA []byte) error + func (m *CommitSig) XXX_DiscardUnknown() + func (m *CommitSig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CommitSig) XXX_Merge(src proto.Message) + func (m *CommitSig) XXX_Size() int + func (m *CommitSig) XXX_Unmarshal(b []byte) error + type ConsensusParams struct + Abci *ABCIParams + Block *BlockParams + Evidence *EvidenceParams + Validator *ValidatorParams + Version *VersionParams + func (*ConsensusParams) Descriptor() ([]byte, []int) + func (*ConsensusParams) ProtoMessage() + func (m *ConsensusParams) GetAbci() *ABCIParams + func (m *ConsensusParams) GetBlock() *BlockParams + func (m *ConsensusParams) GetEvidence() *EvidenceParams + func (m *ConsensusParams) GetValidator() *ValidatorParams + func (m *ConsensusParams) GetVersion() *VersionParams + func (m *ConsensusParams) Marshal() (dAtA []byte, err error) + func (m *ConsensusParams) MarshalTo(dAtA []byte) (int, error) + func (m *ConsensusParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ConsensusParams) Reset() + func (m *ConsensusParams) Size() (n int) + func (m *ConsensusParams) String() string + func (m *ConsensusParams) Unmarshal(dAtA []byte) error + func (m *ConsensusParams) XXX_DiscardUnknown() + func (m *ConsensusParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConsensusParams) XXX_Merge(src proto.Message) + func (m *ConsensusParams) XXX_Size() int + func (m *ConsensusParams) XXX_Unmarshal(b []byte) error + func (this *ConsensusParams) Equal(that interface{}) bool + type Data struct + Txs [][]byte + func (*Data) Descriptor() ([]byte, []int) + func (*Data) ProtoMessage() + func (m *Data) GetTxs() [][]byte + func (m *Data) Marshal() (dAtA []byte, err error) + func (m *Data) MarshalTo(dAtA []byte) (int, error) + func (m *Data) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Data) Reset() + func (m *Data) Size() (n int) + func (m *Data) String() string + func (m *Data) Unmarshal(dAtA []byte) error + func (m *Data) XXX_DiscardUnknown() + func (m *Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Data) XXX_Merge(src proto.Message) + func (m *Data) XXX_Size() int + func (m *Data) XXX_Unmarshal(b []byte) error + type DuplicateVoteEvidence struct + Timestamp time.Time + TotalVotingPower int64 + ValidatorPower int64 + VoteA *Vote + VoteB *Vote + func (*DuplicateVoteEvidence) Descriptor() ([]byte, []int) + func (*DuplicateVoteEvidence) ProtoMessage() + func (m *DuplicateVoteEvidence) GetTimestamp() time.Time + func (m *DuplicateVoteEvidence) GetTotalVotingPower() int64 + func (m *DuplicateVoteEvidence) GetValidatorPower() int64 + func (m *DuplicateVoteEvidence) GetVoteA() *Vote + func (m *DuplicateVoteEvidence) GetVoteB() *Vote + func (m *DuplicateVoteEvidence) Marshal() (dAtA []byte, err error) + func (m *DuplicateVoteEvidence) MarshalTo(dAtA []byte) (int, error) + func (m *DuplicateVoteEvidence) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DuplicateVoteEvidence) Reset() + func (m *DuplicateVoteEvidence) Size() (n int) + func (m *DuplicateVoteEvidence) String() string + func (m *DuplicateVoteEvidence) Unmarshal(dAtA []byte) error + func (m *DuplicateVoteEvidence) XXX_DiscardUnknown() + func (m *DuplicateVoteEvidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DuplicateVoteEvidence) XXX_Merge(src proto.Message) + func (m *DuplicateVoteEvidence) XXX_Size() int + func (m *DuplicateVoteEvidence) XXX_Unmarshal(b []byte) error + type EthData struct + BlockNumber uint64 + func (*EthData) Descriptor() ([]byte, []int) + func (*EthData) ProtoMessage() + func (m *EthData) GetBlockNumber() uint64 + func (m *EthData) Marshal() (dAtA []byte, err error) + func (m *EthData) MarshalTo(dAtA []byte) (int, error) + func (m *EthData) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EthData) Reset() + func (m *EthData) Size() (n int) + func (m *EthData) String() string + func (m *EthData) Unmarshal(dAtA []byte) error + func (m *EthData) XXX_DiscardUnknown() + func (m *EthData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthData) XXX_Merge(src proto.Message) + func (m *EthData) XXX_Size() int + func (m *EthData) XXX_Unmarshal(b []byte) error + type EventDataRoundState struct + Height int64 + Round int32 + Step string + func (*EventDataRoundState) Descriptor() ([]byte, []int) + func (*EventDataRoundState) ProtoMessage() + func (m *EventDataRoundState) GetHeight() int64 + func (m *EventDataRoundState) GetRound() int32 + func (m *EventDataRoundState) GetStep() string + func (m *EventDataRoundState) Marshal() (dAtA []byte, err error) + func (m *EventDataRoundState) MarshalTo(dAtA []byte) (int, error) + func (m *EventDataRoundState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventDataRoundState) Reset() + func (m *EventDataRoundState) Size() (n int) + func (m *EventDataRoundState) String() string + func (m *EventDataRoundState) Unmarshal(dAtA []byte) error + func (m *EventDataRoundState) XXX_DiscardUnknown() + func (m *EventDataRoundState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventDataRoundState) XXX_Merge(src proto.Message) + func (m *EventDataRoundState) XXX_Size() int + func (m *EventDataRoundState) XXX_Unmarshal(b []byte) error + type Evidence struct + Sum isEvidence_Sum + func (*Evidence) Descriptor() ([]byte, []int) + func (*Evidence) ProtoMessage() + func (*Evidence) XXX_OneofWrappers() []interface{} + func (m *Evidence) GetDuplicateVoteEvidence() *DuplicateVoteEvidence + func (m *Evidence) GetLightClientAttackEvidence() *LightClientAttackEvidence + func (m *Evidence) GetSum() isEvidence_Sum + func (m *Evidence) Marshal() (dAtA []byte, err error) + func (m *Evidence) MarshalTo(dAtA []byte) (int, error) + func (m *Evidence) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Evidence) Reset() + func (m *Evidence) Size() (n int) + func (m *Evidence) String() string + func (m *Evidence) Unmarshal(dAtA []byte) error + func (m *Evidence) XXX_DiscardUnknown() + func (m *Evidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Evidence) XXX_Merge(src proto.Message) + func (m *Evidence) XXX_Size() int + func (m *Evidence) XXX_Unmarshal(b []byte) error + type EvidenceList struct + Evidence []Evidence + func (*EvidenceList) Descriptor() ([]byte, []int) + func (*EvidenceList) ProtoMessage() + func (m *EvidenceList) GetEvidence() []Evidence + func (m *EvidenceList) Marshal() (dAtA []byte, err error) + func (m *EvidenceList) MarshalTo(dAtA []byte) (int, error) + func (m *EvidenceList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EvidenceList) Reset() + func (m *EvidenceList) Size() (n int) + func (m *EvidenceList) String() string + func (m *EvidenceList) Unmarshal(dAtA []byte) error + func (m *EvidenceList) XXX_DiscardUnknown() + func (m *EvidenceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EvidenceList) XXX_Merge(src proto.Message) + func (m *EvidenceList) XXX_Size() int + func (m *EvidenceList) XXX_Unmarshal(b []byte) error + type EvidenceParams struct + MaxAgeDuration time.Duration + MaxAgeNumBlocks int64 + MaxBytes int64 + func (*EvidenceParams) Descriptor() ([]byte, []int) + func (*EvidenceParams) ProtoMessage() + func (m *EvidenceParams) GetMaxAgeDuration() time.Duration + func (m *EvidenceParams) GetMaxAgeNumBlocks() int64 + func (m *EvidenceParams) GetMaxBytes() int64 + func (m *EvidenceParams) Marshal() (dAtA []byte, err error) + func (m *EvidenceParams) MarshalTo(dAtA []byte) (int, error) + func (m *EvidenceParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EvidenceParams) Reset() + func (m *EvidenceParams) Size() (n int) + func (m *EvidenceParams) String() string + func (m *EvidenceParams) Unmarshal(dAtA []byte) error + func (m *EvidenceParams) XXX_DiscardUnknown() + func (m *EvidenceParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EvidenceParams) XXX_Merge(src proto.Message) + func (m *EvidenceParams) XXX_Size() int + func (m *EvidenceParams) XXX_Unmarshal(b []byte) error + func (this *EvidenceParams) Equal(that interface{}) bool + type Evidence_DuplicateVoteEvidence struct + DuplicateVoteEvidence *DuplicateVoteEvidence + func (m *Evidence_DuplicateVoteEvidence) MarshalTo(dAtA []byte) (int, error) + func (m *Evidence_DuplicateVoteEvidence) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Evidence_DuplicateVoteEvidence) Size() (n int) + type Evidence_LightClientAttackEvidence struct + LightClientAttackEvidence *LightClientAttackEvidence + func (m *Evidence_LightClientAttackEvidence) MarshalTo(dAtA []byte) (int, error) + func (m *Evidence_LightClientAttackEvidence) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Evidence_LightClientAttackEvidence) Size() (n int) + type ExtendedCommit struct + BlockID BlockID + ExtendedSignatures []ExtendedCommitSig + Height int64 + Round int32 + func (*ExtendedCommit) Descriptor() ([]byte, []int) + func (*ExtendedCommit) ProtoMessage() + func (m *ExtendedCommit) GetBlockID() BlockID + func (m *ExtendedCommit) GetExtendedSignatures() []ExtendedCommitSig + func (m *ExtendedCommit) GetHeight() int64 + func (m *ExtendedCommit) GetRound() int32 + func (m *ExtendedCommit) Marshal() (dAtA []byte, err error) + func (m *ExtendedCommit) MarshalTo(dAtA []byte) (int, error) + func (m *ExtendedCommit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExtendedCommit) Reset() + func (m *ExtendedCommit) Size() (n int) + func (m *ExtendedCommit) String() string + func (m *ExtendedCommit) Unmarshal(dAtA []byte) error + func (m *ExtendedCommit) XXX_DiscardUnknown() + func (m *ExtendedCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExtendedCommit) XXX_Merge(src proto.Message) + func (m *ExtendedCommit) XXX_Size() int + func (m *ExtendedCommit) XXX_Unmarshal(b []byte) error + type ExtendedCommitSig struct + BlockIdFlag BlockIDFlag + Extension []byte + ExtensionSignature []byte + Signature []byte + Timestamp time.Time + ValidatorAddress []byte + func (*ExtendedCommitSig) Descriptor() ([]byte, []int) + func (*ExtendedCommitSig) ProtoMessage() + func (m *ExtendedCommitSig) GetBlockIdFlag() BlockIDFlag + func (m *ExtendedCommitSig) GetExtension() []byte + func (m *ExtendedCommitSig) GetExtensionSignature() []byte + func (m *ExtendedCommitSig) GetSignature() []byte + func (m *ExtendedCommitSig) GetTimestamp() time.Time + func (m *ExtendedCommitSig) GetValidatorAddress() []byte + func (m *ExtendedCommitSig) Marshal() (dAtA []byte, err error) + func (m *ExtendedCommitSig) MarshalTo(dAtA []byte) (int, error) + func (m *ExtendedCommitSig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExtendedCommitSig) Reset() + func (m *ExtendedCommitSig) Size() (n int) + func (m *ExtendedCommitSig) String() string + func (m *ExtendedCommitSig) Unmarshal(dAtA []byte) error + func (m *ExtendedCommitSig) XXX_DiscardUnknown() + func (m *ExtendedCommitSig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExtendedCommitSig) XXX_Merge(src proto.Message) + func (m *ExtendedCommitSig) XXX_Size() int + func (m *ExtendedCommitSig) XXX_Unmarshal(b []byte) error + type HashedParams struct + BlockMaxBytes int64 + BlockMaxGas int64 + func (*HashedParams) Descriptor() ([]byte, []int) + func (*HashedParams) ProtoMessage() + func (m *HashedParams) GetBlockMaxBytes() int64 + func (m *HashedParams) GetBlockMaxGas() int64 + func (m *HashedParams) Marshal() (dAtA []byte, err error) + func (m *HashedParams) MarshalTo(dAtA []byte) (int, error) + func (m *HashedParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *HashedParams) Reset() + func (m *HashedParams) Size() (n int) + func (m *HashedParams) String() string + func (m *HashedParams) Unmarshal(dAtA []byte) error + func (m *HashedParams) XXX_DiscardUnknown() + func (m *HashedParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HashedParams) XXX_Merge(src proto.Message) + func (m *HashedParams) XXX_Size() int + func (m *HashedParams) XXX_Unmarshal(b []byte) error + func (this *HashedParams) Equal(that interface{}) bool + type Header struct + AppHash []byte + ChainID string + ConsensusHash []byte + DataHash []byte + EthDataHash []byte + EvidenceHash []byte + Height int64 + LastBlockId BlockID + LastCommitHash []byte + LastResultsHash []byte + NextValidatorsHash []byte + ProposerAddress []byte + Time time.Time + ValidatorsHash []byte + Version version.Consensus + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (m *Header) GetAppHash() []byte + func (m *Header) GetChainID() string + func (m *Header) GetConsensusHash() []byte + func (m *Header) GetDataHash() []byte + func (m *Header) GetEthDataHash() []byte + func (m *Header) GetEvidenceHash() []byte + func (m *Header) GetHeight() int64 + func (m *Header) GetLastBlockId() BlockID + func (m *Header) GetLastCommitHash() []byte + func (m *Header) GetLastResultsHash() []byte + func (m *Header) GetNextValidatorsHash() []byte + func (m *Header) GetProposerAddress() []byte + func (m *Header) GetTime() time.Time + func (m *Header) GetValidatorsHash() []byte + func (m *Header) GetVersion() version.Consensus + func (m *Header) Marshal() (dAtA []byte, err error) + func (m *Header) MarshalTo(dAtA []byte) (int, error) + func (m *Header) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Header) Reset() + func (m *Header) Size() (n int) + func (m *Header) String() string + func (m *Header) Unmarshal(dAtA []byte) error + func (m *Header) XXX_DiscardUnknown() + func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Header) XXX_Merge(src proto.Message) + func (m *Header) XXX_Size() int + func (m *Header) XXX_Unmarshal(b []byte) error + type LightBlock struct + SignedHeader *SignedHeader + ValidatorSet *ValidatorSet + func (*LightBlock) Descriptor() ([]byte, []int) + func (*LightBlock) ProtoMessage() + func (m *LightBlock) GetSignedHeader() *SignedHeader + func (m *LightBlock) GetValidatorSet() *ValidatorSet + func (m *LightBlock) Marshal() (dAtA []byte, err error) + func (m *LightBlock) MarshalTo(dAtA []byte) (int, error) + func (m *LightBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LightBlock) Reset() + func (m *LightBlock) Size() (n int) + func (m *LightBlock) String() string + func (m *LightBlock) Unmarshal(dAtA []byte) error + func (m *LightBlock) XXX_DiscardUnknown() + func (m *LightBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LightBlock) XXX_Merge(src proto.Message) + func (m *LightBlock) XXX_Size() int + func (m *LightBlock) XXX_Unmarshal(b []byte) error + type LightClientAttackEvidence struct + ByzantineValidators []*Validator + CommonHeight int64 + ConflictingBlock *LightBlock + Timestamp time.Time + TotalVotingPower int64 + func (*LightClientAttackEvidence) Descriptor() ([]byte, []int) + func (*LightClientAttackEvidence) ProtoMessage() + func (m *LightClientAttackEvidence) GetByzantineValidators() []*Validator + func (m *LightClientAttackEvidence) GetCommonHeight() int64 + func (m *LightClientAttackEvidence) GetConflictingBlock() *LightBlock + func (m *LightClientAttackEvidence) GetTimestamp() time.Time + func (m *LightClientAttackEvidence) GetTotalVotingPower() int64 + func (m *LightClientAttackEvidence) Marshal() (dAtA []byte, err error) + func (m *LightClientAttackEvidence) MarshalTo(dAtA []byte) (int, error) + func (m *LightClientAttackEvidence) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LightClientAttackEvidence) Reset() + func (m *LightClientAttackEvidence) Size() (n int) + func (m *LightClientAttackEvidence) String() string + func (m *LightClientAttackEvidence) Unmarshal(dAtA []byte) error + func (m *LightClientAttackEvidence) XXX_DiscardUnknown() + func (m *LightClientAttackEvidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LightClientAttackEvidence) XXX_Merge(src proto.Message) + func (m *LightClientAttackEvidence) XXX_Size() int + func (m *LightClientAttackEvidence) XXX_Unmarshal(b []byte) error + type Part struct + Bytes []byte + Index uint32 + Proof crypto.Proof + func (*Part) Descriptor() ([]byte, []int) + func (*Part) ProtoMessage() + func (m *Part) GetBytes() []byte + func (m *Part) GetIndex() uint32 + func (m *Part) GetProof() crypto.Proof + func (m *Part) Marshal() (dAtA []byte, err error) + func (m *Part) MarshalTo(dAtA []byte) (int, error) + func (m *Part) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Part) Reset() + func (m *Part) Size() (n int) + func (m *Part) String() string + func (m *Part) Unmarshal(dAtA []byte) error + func (m *Part) XXX_DiscardUnknown() + func (m *Part) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Part) XXX_Merge(src proto.Message) + func (m *Part) XXX_Size() int + func (m *Part) XXX_Unmarshal(b []byte) error + type PartSetHeader struct + Hash []byte + Total uint32 + func (*PartSetHeader) Descriptor() ([]byte, []int) + func (*PartSetHeader) ProtoMessage() + func (m *PartSetHeader) GetHash() []byte + func (m *PartSetHeader) GetTotal() uint32 + func (m *PartSetHeader) Marshal() (dAtA []byte, err error) + func (m *PartSetHeader) MarshalTo(dAtA []byte) (int, error) + func (m *PartSetHeader) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PartSetHeader) Reset() + func (m *PartSetHeader) Size() (n int) + func (m *PartSetHeader) String() string + func (m *PartSetHeader) Unmarshal(dAtA []byte) error + func (m *PartSetHeader) XXX_DiscardUnknown() + func (m *PartSetHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PartSetHeader) XXX_Merge(src proto.Message) + func (m *PartSetHeader) XXX_Size() int + func (m *PartSetHeader) XXX_Unmarshal(b []byte) error + type Proposal struct + BlockID BlockID + Height int64 + PolRound int32 + Round int32 + Signature []byte + Timestamp time.Time + Type SignedMsgType + func (*Proposal) Descriptor() ([]byte, []int) + func (*Proposal) ProtoMessage() + func (m *Proposal) GetBlockID() BlockID + func (m *Proposal) GetHeight() int64 + func (m *Proposal) GetPolRound() int32 + func (m *Proposal) GetRound() int32 + func (m *Proposal) GetSignature() []byte + func (m *Proposal) GetTimestamp() time.Time + func (m *Proposal) GetType() SignedMsgType + func (m *Proposal) Marshal() (dAtA []byte, err error) + func (m *Proposal) MarshalTo(dAtA []byte) (int, error) + func (m *Proposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Proposal) Reset() + func (m *Proposal) Size() (n int) + func (m *Proposal) String() string + func (m *Proposal) Unmarshal(dAtA []byte) error + func (m *Proposal) XXX_DiscardUnknown() + func (m *Proposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Proposal) XXX_Merge(src proto.Message) + func (m *Proposal) XXX_Size() int + func (m *Proposal) XXX_Unmarshal(b []byte) error + type SignedHeader struct + Commit *Commit + Header *Header + func (*SignedHeader) Descriptor() ([]byte, []int) + func (*SignedHeader) ProtoMessage() + func (m *SignedHeader) GetCommit() *Commit + func (m *SignedHeader) GetHeader() *Header + func (m *SignedHeader) Marshal() (dAtA []byte, err error) + func (m *SignedHeader) MarshalTo(dAtA []byte) (int, error) + func (m *SignedHeader) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SignedHeader) Reset() + func (m *SignedHeader) Size() (n int) + func (m *SignedHeader) String() string + func (m *SignedHeader) Unmarshal(dAtA []byte) error + func (m *SignedHeader) XXX_DiscardUnknown() + func (m *SignedHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignedHeader) XXX_Merge(src proto.Message) + func (m *SignedHeader) XXX_Size() int + func (m *SignedHeader) XXX_Unmarshal(b []byte) error + type SignedMsgType int32 + const PrecommitType + const PrevoteType + const ProposalType + const UnknownType + func (SignedMsgType) EnumDescriptor() ([]byte, []int) + func (x SignedMsgType) String() string + type SimpleValidator struct + PubKey *crypto.PublicKey + VotingPower int64 + func (*SimpleValidator) Descriptor() ([]byte, []int) + func (*SimpleValidator) ProtoMessage() + func (m *SimpleValidator) GetPubKey() *crypto.PublicKey + func (m *SimpleValidator) GetVotingPower() int64 + func (m *SimpleValidator) Marshal() (dAtA []byte, err error) + func (m *SimpleValidator) MarshalTo(dAtA []byte) (int, error) + func (m *SimpleValidator) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SimpleValidator) Reset() + func (m *SimpleValidator) Size() (n int) + func (m *SimpleValidator) String() string + func (m *SimpleValidator) Unmarshal(dAtA []byte) error + func (m *SimpleValidator) XXX_DiscardUnknown() + func (m *SimpleValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SimpleValidator) XXX_Merge(src proto.Message) + func (m *SimpleValidator) XXX_Size() int + func (m *SimpleValidator) XXX_Unmarshal(b []byte) error + type TxProof struct + Data []byte + Proof *crypto.Proof + RootHash []byte + func (*TxProof) Descriptor() ([]byte, []int) + func (*TxProof) ProtoMessage() + func (m *TxProof) GetData() []byte + func (m *TxProof) GetProof() *crypto.Proof + func (m *TxProof) GetRootHash() []byte + func (m *TxProof) Marshal() (dAtA []byte, err error) + func (m *TxProof) MarshalTo(dAtA []byte) (int, error) + func (m *TxProof) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TxProof) Reset() + func (m *TxProof) Size() (n int) + func (m *TxProof) String() string + func (m *TxProof) Unmarshal(dAtA []byte) error + func (m *TxProof) XXX_DiscardUnknown() + func (m *TxProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxProof) XXX_Merge(src proto.Message) + func (m *TxProof) XXX_Size() int + func (m *TxProof) XXX_Unmarshal(b []byte) error + type Validator struct + Address []byte + ProposerPriority int64 + PubKey crypto.PublicKey + VotingPower int64 + func (*Validator) Descriptor() ([]byte, []int) + func (*Validator) ProtoMessage() + func (m *Validator) GetAddress() []byte + func (m *Validator) GetProposerPriority() int64 + func (m *Validator) GetPubKey() crypto.PublicKey + func (m *Validator) GetVotingPower() int64 + func (m *Validator) Marshal() (dAtA []byte, err error) + func (m *Validator) MarshalTo(dAtA []byte) (int, error) + func (m *Validator) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Validator) Reset() + func (m *Validator) Size() (n int) + func (m *Validator) String() string + func (m *Validator) Unmarshal(dAtA []byte) error + func (m *Validator) XXX_DiscardUnknown() + func (m *Validator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Validator) XXX_Merge(src proto.Message) + func (m *Validator) XXX_Size() int + func (m *Validator) XXX_Unmarshal(b []byte) error + type ValidatorParams struct + PubKeyTypes []string + func NewPopulatedValidatorParams(r randyParams, easy bool) *ValidatorParams + func (*ValidatorParams) Descriptor() ([]byte, []int) + func (*ValidatorParams) ProtoMessage() + func (m *ValidatorParams) GetPubKeyTypes() []string + func (m *ValidatorParams) Marshal() (dAtA []byte, err error) + func (m *ValidatorParams) MarshalTo(dAtA []byte) (int, error) + func (m *ValidatorParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValidatorParams) Reset() + func (m *ValidatorParams) Size() (n int) + func (m *ValidatorParams) String() string + func (m *ValidatorParams) Unmarshal(dAtA []byte) error + func (m *ValidatorParams) XXX_DiscardUnknown() + func (m *ValidatorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValidatorParams) XXX_Merge(src proto.Message) + func (m *ValidatorParams) XXX_Size() int + func (m *ValidatorParams) XXX_Unmarshal(b []byte) error + func (this *ValidatorParams) Equal(that interface{}) bool + type ValidatorSet struct + Proposer *Validator + TotalVotingPower int64 + Validators []*Validator + func (*ValidatorSet) Descriptor() ([]byte, []int) + func (*ValidatorSet) ProtoMessage() + func (m *ValidatorSet) GetProposer() *Validator + func (m *ValidatorSet) GetTotalVotingPower() int64 + func (m *ValidatorSet) GetValidators() []*Validator + func (m *ValidatorSet) Marshal() (dAtA []byte, err error) + func (m *ValidatorSet) MarshalTo(dAtA []byte) (int, error) + func (m *ValidatorSet) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValidatorSet) Reset() + func (m *ValidatorSet) Size() (n int) + func (m *ValidatorSet) String() string + func (m *ValidatorSet) Unmarshal(dAtA []byte) error + func (m *ValidatorSet) XXX_DiscardUnknown() + func (m *ValidatorSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValidatorSet) XXX_Merge(src proto.Message) + func (m *ValidatorSet) XXX_Size() int + func (m *ValidatorSet) XXX_Unmarshal(b []byte) error + type VersionParams struct + App uint64 + func NewPopulatedVersionParams(r randyParams, easy bool) *VersionParams + func (*VersionParams) Descriptor() ([]byte, []int) + func (*VersionParams) ProtoMessage() + func (m *VersionParams) GetApp() uint64 + func (m *VersionParams) Marshal() (dAtA []byte, err error) + func (m *VersionParams) MarshalTo(dAtA []byte) (int, error) + func (m *VersionParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *VersionParams) Reset() + func (m *VersionParams) Size() (n int) + func (m *VersionParams) String() string + func (m *VersionParams) Unmarshal(dAtA []byte) error + func (m *VersionParams) XXX_DiscardUnknown() + func (m *VersionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VersionParams) XXX_Merge(src proto.Message) + func (m *VersionParams) XXX_Size() int + func (m *VersionParams) XXX_Unmarshal(b []byte) error + func (this *VersionParams) Equal(that interface{}) bool + type Vote struct + BlockID BlockID + Extension []byte + ExtensionSignature []byte + Height int64 + Round int32 + Signature []byte + Timestamp time.Time + Type SignedMsgType + ValidatorAddress []byte + ValidatorIndex int32 + func (*Vote) Descriptor() ([]byte, []int) + func (*Vote) ProtoMessage() + func (m *Vote) GetBlockID() BlockID + func (m *Vote) GetExtension() []byte + func (m *Vote) GetExtensionSignature() []byte + func (m *Vote) GetHeight() int64 + func (m *Vote) GetRound() int32 + func (m *Vote) GetSignature() []byte + func (m *Vote) GetTimestamp() time.Time + func (m *Vote) GetType() SignedMsgType + func (m *Vote) GetValidatorAddress() []byte + func (m *Vote) GetValidatorIndex() int32 + func (m *Vote) Marshal() (dAtA []byte, err error) + func (m *Vote) MarshalTo(dAtA []byte) (int, error) + func (m *Vote) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Vote) Reset() + func (m *Vote) Size() (n int) + func (m *Vote) String() string + func (m *Vote) Unmarshal(dAtA []byte) error + func (m *Vote) XXX_DiscardUnknown() + func (m *Vote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Vote) XXX_Merge(src proto.Message) + func (m *Vote) XXX_Size() int + func (m *Vote) XXX_Unmarshal(b []byte) error