Versions in this module Expand all Collapse all v1 v1.0.1 Sep 18, 2024 v1.0.0 May 17, 2024 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 Consensus struct + App uint64 + Block uint64 + func (*Consensus) Descriptor() ([]byte, []int) + func (*Consensus) ProtoMessage() + func (m *Consensus) GetApp() uint64 + func (m *Consensus) GetBlock() uint64 + func (m *Consensus) Marshal() (dAtA []byte, err error) + func (m *Consensus) MarshalTo(dAtA []byte) (int, error) + func (m *Consensus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Consensus) Reset() + func (m *Consensus) Size() (n int) + func (m *Consensus) String() string + func (m *Consensus) Unmarshal(dAtA []byte) error + func (m *Consensus) XXX_DiscardUnknown() + func (m *Consensus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Consensus) XXX_Merge(src proto.Message) + func (m *Consensus) XXX_Size() int + func (m *Consensus) XXX_Unmarshal(b []byte) error + func (this *Consensus) Equal(that interface{}) bool