Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2024 Changes in this version + var ErrIntOverflowDataTrieValue = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthDataTrieValue = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupDataTrieValue = fmt.Errorf("proto: unexpected end of group") + type TrieLeafData struct + Address []byte + Key []byte + Value []byte + func (*TrieLeafData) Descriptor() ([]byte, []int) + func (*TrieLeafData) ProtoMessage() + func (m *TrieLeafData) GetAddress() []byte + func (m *TrieLeafData) GetKey() []byte + func (m *TrieLeafData) GetValue() []byte + func (m *TrieLeafData) Marshal() (dAtA []byte, err error) + func (m *TrieLeafData) MarshalTo(dAtA []byte) (int, error) + func (m *TrieLeafData) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TrieLeafData) Reset() + func (m *TrieLeafData) Size() (n int) + func (m *TrieLeafData) Unmarshal(dAtA []byte) error + func (m *TrieLeafData) XXX_DiscardUnknown() + func (m *TrieLeafData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TrieLeafData) XXX_Merge(src proto.Message) + func (m *TrieLeafData) XXX_Size() int + func (m *TrieLeafData) XXX_Unmarshal(b []byte) error + func (this *TrieLeafData) Equal(that interface{}) bool + func (this *TrieLeafData) GoString() string + func (this *TrieLeafData) String() string