Documentation ¶
Index ¶
- Variables
- type TrieLeafData
- func (*TrieLeafData) Descriptor() ([]byte, []int)
- func (this *TrieLeafData) Equal(that interface{}) bool
- func (m *TrieLeafData) GetAddress() []byte
- func (m *TrieLeafData) GetKey() []byte
- func (m *TrieLeafData) GetValue() []byte
- func (this *TrieLeafData) GoString() string
- 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 (*TrieLeafData) ProtoMessage()
- func (m *TrieLeafData) Reset()
- func (m *TrieLeafData) Size() (n int)
- func (this *TrieLeafData) String() string
- 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
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type TrieLeafData ¶
type TrieLeafData struct { Value []byte `protobuf:"bytes,1,opt,name=Value,proto3" json:"value"` Key []byte `protobuf:"bytes,2,opt,name=Key,proto3" json:"key"` Address []byte `protobuf:"bytes,3,opt,name=Address,proto3" json:"address"` }
func (*TrieLeafData) Descriptor ¶
func (*TrieLeafData) Descriptor() ([]byte, []int)
func (*TrieLeafData) Equal ¶
func (this *TrieLeafData) Equal(that interface{}) bool
func (*TrieLeafData) GetAddress ¶
func (m *TrieLeafData) GetAddress() []byte
func (*TrieLeafData) GetKey ¶
func (m *TrieLeafData) GetKey() []byte
func (*TrieLeafData) GetValue ¶
func (m *TrieLeafData) GetValue() []byte
func (*TrieLeafData) GoString ¶
func (this *TrieLeafData) GoString() string
func (*TrieLeafData) Marshal ¶
func (m *TrieLeafData) Marshal() (dAtA []byte, err error)
func (*TrieLeafData) MarshalToSizedBuffer ¶
func (m *TrieLeafData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TrieLeafData) ProtoMessage ¶
func (*TrieLeafData) ProtoMessage()
func (*TrieLeafData) Reset ¶
func (m *TrieLeafData) Reset()
func (*TrieLeafData) Size ¶
func (m *TrieLeafData) Size() (n int)
func (*TrieLeafData) String ¶
func (this *TrieLeafData) String() string
func (*TrieLeafData) Unmarshal ¶
func (m *TrieLeafData) Unmarshal(dAtA []byte) error
func (*TrieLeafData) XXX_DiscardUnknown ¶
func (m *TrieLeafData) XXX_DiscardUnknown()
func (*TrieLeafData) XXX_Marshal ¶
func (m *TrieLeafData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TrieLeafData) XXX_Merge ¶
func (m *TrieLeafData) XXX_Merge(src proto.Message)
func (*TrieLeafData) XXX_Size ¶
func (m *TrieLeafData) XXX_Size() int
func (*TrieLeafData) XXX_Unmarshal ¶
func (m *TrieLeafData) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.