Versions in this module Expand all Collapse all v0 v0.31.12 Oct 9, 2022 v0.31.11 Oct 29, 2019 Changes in this version + type BlockID struct + Hash []byte + PartsHeader *PartSetHeader + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockID) Descriptor() ([]byte, []int) + func (*BlockID) ProtoMessage() + func (dst *BlockID) XXX_Merge(src proto.Message) + func (m *BlockID) GetHash() []byte + func (m *BlockID) GetPartsHeader() *PartSetHeader + func (m *BlockID) Reset() + func (m *BlockID) String() string + func (m *BlockID) XXX_DiscardUnknown() + func (m *BlockID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockID) XXX_Size() int + func (m *BlockID) XXX_Unmarshal(b []byte) error + type Header struct + AppHash []byte + ChainID string + ConsensusHash []byte + DataHash []byte + EvidenceHash []byte + Height int64 + LastBlockID *BlockID + LastCommitHash []byte + LastResultsHash []byte + NextValidatorsHash []byte + NumTxs int64 + ProposerAddress []byte + Time *Timestamp + TotalTxs int64 + ValidatorsHash []byte + Version *Version + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (dst *Header) XXX_Merge(src proto.Message) + func (m *Header) GetAppHash() []byte + func (m *Header) GetChainID() string + func (m *Header) GetConsensusHash() []byte + func (m *Header) GetDataHash() []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) GetNumTxs() int64 + func (m *Header) GetProposerAddress() []byte + func (m *Header) GetTime() *Timestamp + func (m *Header) GetTotalTxs() int64 + func (m *Header) GetValidatorsHash() []byte + func (m *Header) GetVersion() *Version + func (m *Header) Reset() + func (m *Header) String() string + func (m *Header) XXX_DiscardUnknown() + func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Header) XXX_Size() int + func (m *Header) XXX_Unmarshal(b []byte) error + type PartSetHeader struct + Hash []byte + Total int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PartSetHeader) Descriptor() ([]byte, []int) + func (*PartSetHeader) ProtoMessage() + func (dst *PartSetHeader) XXX_Merge(src proto.Message) + func (m *PartSetHeader) GetHash() []byte + func (m *PartSetHeader) GetTotal() int32 + func (m *PartSetHeader) Reset() + func (m *PartSetHeader) String() string + func (m *PartSetHeader) XXX_DiscardUnknown() + func (m *PartSetHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PartSetHeader) XXX_Size() int + func (m *PartSetHeader) XXX_Unmarshal(b []byte) error + type Timestamp struct + Nanos int32 + Seconds int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Timestamp) Descriptor() ([]byte, []int) + func (*Timestamp) ProtoMessage() + func (dst *Timestamp) XXX_Merge(src proto.Message) + func (m *Timestamp) GetNanos() int32 + func (m *Timestamp) GetSeconds() int64 + func (m *Timestamp) Reset() + func (m *Timestamp) String() string + func (m *Timestamp) XXX_DiscardUnknown() + func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Timestamp) XXX_Size() int + func (m *Timestamp) XXX_Unmarshal(b []byte) error + type Version struct + App uint64 + Block uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Version) Descriptor() ([]byte, []int) + func (*Version) ProtoMessage() + func (dst *Version) XXX_Merge(src proto.Message) + func (m *Version) GetApp() uint64 + func (m *Version) GetBlock() uint64 + func (m *Version) Reset() + func (m *Version) String() string + func (m *Version) XXX_DiscardUnknown() + func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Version) XXX_Size() int + func (m *Version) XXX_Unmarshal(b []byte) error