Versions in this module Expand all Collapse all v0 v0.1.1 May 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 SimpleProof struct + Aunts [][]byte + Index int64 + LeafHash []byte + Total int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SimpleProof) Descriptor() ([]byte, []int) + func (*SimpleProof) ProtoMessage() + func (m *SimpleProof) GetAunts() [][]byte + func (m *SimpleProof) GetIndex() int64 + func (m *SimpleProof) GetLeafHash() []byte + func (m *SimpleProof) GetTotal() int64 + func (m *SimpleProof) Marshal() (dAtA []byte, err error) + func (m *SimpleProof) MarshalTo(dAtA []byte) (int, error) + func (m *SimpleProof) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SimpleProof) Reset() + func (m *SimpleProof) Size() (n int) + func (m *SimpleProof) String() string + func (m *SimpleProof) Unmarshal(dAtA []byte) error + func (m *SimpleProof) XXX_DiscardUnknown() + func (m *SimpleProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SimpleProof) XXX_Merge(src proto.Message) + func (m *SimpleProof) XXX_Size() int + func (m *SimpleProof) XXX_Unmarshal(b []byte) error