Documentation ¶
Index ¶
- type SimpleProof
- func (*SimpleProof) Descriptor() ([]byte, []int)
- func (m *SimpleProof) GetAunts() [][]byte
- func (m *SimpleProof) GetIndex() int64
- func (m *SimpleProof) GetLeafHash() []byte
- func (m *SimpleProof) GetTotal() int64
- func (*SimpleProof) ProtoMessage()
- func (m *SimpleProof) Reset()
- func (m *SimpleProof) String() string
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleProof ¶
type SimpleProof struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Index int64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` LeafHash []byte `protobuf:"bytes,3,opt,name=leaf_hash,json=leafHash,proto3" json:"leaf_hash,omitempty"` Aunts [][]byte `protobuf:"bytes,4,rep,name=aunts,proto3" json:"aunts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SimpleProof) Descriptor ¶
func (*SimpleProof) Descriptor() ([]byte, []int)
func (*SimpleProof) GetAunts ¶
func (m *SimpleProof) GetAunts() [][]byte
func (*SimpleProof) GetIndex ¶
func (m *SimpleProof) GetIndex() int64
func (*SimpleProof) GetLeafHash ¶
func (m *SimpleProof) GetLeafHash() []byte
func (*SimpleProof) GetTotal ¶
func (m *SimpleProof) GetTotal() int64
func (*SimpleProof) ProtoMessage ¶
func (*SimpleProof) ProtoMessage()
func (*SimpleProof) Reset ¶
func (m *SimpleProof) Reset()
func (*SimpleProof) String ¶
func (m *SimpleProof) String() string
func (*SimpleProof) XXX_DiscardUnknown ¶
func (m *SimpleProof) XXX_DiscardUnknown()
func (*SimpleProof) XXX_Marshal ¶
func (m *SimpleProof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SimpleProof) XXX_Merge ¶
func (m *SimpleProof) XXX_Merge(src proto.Message)
func (*SimpleProof) XXX_Size ¶
func (m *SimpleProof) XXX_Size() int
func (*SimpleProof) XXX_Unmarshal ¶
func (m *SimpleProof) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.