Documentation ¶
Overview ¶
nolint: dupl dupl is reading this as the same file as crypto/merkle/result.go
Index ¶
- Variables
- func MarshalPairToAmino(pair Pair) ([]byte, error)
- type Pair
- func (*Pair) Descriptor() ([]byte, []int)
- func (this *Pair) Equal(that interface{}) bool
- func (m *Pair) GetKey() []byte
- func (m *Pair) GetValue() []byte
- func (m *Pair) Marshal() (dAtA []byte, err error)
- func (r *Pair) MarshalJSON() ([]byte, error)
- func (m *Pair) MarshalTo(dAtA []byte) (int, error)
- func (m *Pair) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Pair) ProtoMessage()
- func (m *Pair) Reset()
- func (m *Pair) Size() (n int)
- func (m *Pair) String() string
- func (m *Pair) Unmarshal(dAtA []byte) error
- func (r *Pair) UnmarshalJSON(b []byte) error
- func (m *Pair) XXX_DiscardUnknown()
- func (m *Pair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Pair) XXX_Merge(src proto.Message)
- func (m *Pair) XXX_Size() int
- func (m *Pair) XXX_Unmarshal(b []byte) error
- type Pairs
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func MarshalPairToAmino ¶ added in v1.0.0
Types ¶
type Pair ¶
type Pair struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedPair ¶
func (*Pair) Descriptor ¶
func (*Pair) MarshalJSON ¶
func (*Pair) ProtoMessage ¶
func (*Pair) ProtoMessage()
func (*Pair) UnmarshalJSON ¶
func (*Pair) XXX_DiscardUnknown ¶
func (m *Pair) XXX_DiscardUnknown()
func (*Pair) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.