Documentation ¶
Overview ¶
Package pb holds only Protocol Buffer definitions and generated code.
Index ¶
- Variables
- type Describe
- func (*Describe) Descriptor() ([]byte, []int)
- func (m *Describe) GetBlockHeight() []byte
- func (m *Describe) Marshal() (dAtA []byte, err error)
- func (m *Describe) MarshalTo(dAtA []byte) (int, error)
- func (m *Describe) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Describe) ProtoMessage()
- func (m *Describe) Reset()
- func (m *Describe) Size() (n int)
- func (m *Describe) String() string
- func (m *Describe) Unmarshal(dAtA []byte) error
- func (m *Describe) XXX_DiscardUnknown()
- func (m *Describe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Describe) XXX_Merge(src proto.Message)
- func (m *Describe) XXX_Size() int
- func (m *Describe) XXX_Unmarshal(b []byte) error
- type Proof
- func (*Proof) Descriptor() ([]byte, []int)
- func (m *Proof) GetBlockHash() []byte
- func (m *Proof) Marshal() (dAtA []byte, err error)
- func (m *Proof) MarshalTo(dAtA []byte) (int, error)
- func (m *Proof) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Proof) ProtoMessage()
- func (m *Proof) Reset()
- func (m *Proof) Size() (n int)
- func (m *Proof) String() string
- func (m *Proof) Unmarshal(dAtA []byte) error
- func (m *Proof) XXX_DiscardUnknown()
- func (m *Proof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Proof) XXX_Merge(src proto.Message)
- func (m *Proof) XXX_Size() int
- func (m *Proof) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Describe ¶
type Describe struct {
BlockHeight []byte `protobuf:"bytes,1,opt,name=BlockHeight,proto3" json:"BlockHeight,omitempty"`
}
func (*Describe) Descriptor ¶
func (*Describe) GetBlockHeight ¶
func (*Describe) MarshalToSizedBuffer ¶
func (*Describe) ProtoMessage ¶
func (*Describe) ProtoMessage()
func (*Describe) XXX_DiscardUnknown ¶
func (m *Describe) XXX_DiscardUnknown()
func (*Describe) XXX_Marshal ¶
func (*Describe) XXX_Unmarshal ¶
type Proof ¶
type Proof struct {
BlockHash []byte `protobuf:"bytes,1,opt,name=BlockHash,proto3" json:"BlockHash,omitempty"`
}
func (*Proof) Descriptor ¶
func (*Proof) GetBlockHash ¶
func (*Proof) ProtoMessage ¶
func (*Proof) ProtoMessage()
func (*Proof) XXX_DiscardUnknown ¶
func (m *Proof) XXX_DiscardUnknown()
func (*Proof) XXX_Marshal ¶
func (*Proof) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.