Documentation ¶
Index ¶
- Variables
- type GossipedBlock
- func (*GossipedBlock) Descriptor() ([]byte, []int)
- func (m *GossipedBlock) GetBlock() *gridmint.Block
- func (m *GossipedBlock) GetCommit() *gridmint.Commit
- func (m *GossipedBlock) Marshal() (dAtA []byte, err error)
- func (m *GossipedBlock) MarshalTo(dAtA []byte) (int, error)
- func (m *GossipedBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GossipedBlock) ProtoMessage()
- func (m *GossipedBlock) Reset()
- func (m *GossipedBlock) Size() (n int)
- func (m *GossipedBlock) String() string
- func (m *GossipedBlock) Unmarshal(dAtA []byte) error
- func (m *GossipedBlock) XXX_DiscardUnknown()
- func (m *GossipedBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GossipedBlock) XXX_Merge(src proto.Message)
- func (m *GossipedBlock) XXX_Size() int
- func (m *GossipedBlock) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GossipedBlock ¶
type GossipedBlock struct { Block *gridmint.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Commit *gridmint.Commit `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"` }
func (*GossipedBlock) Descriptor ¶
func (*GossipedBlock) Descriptor() ([]byte, []int)
func (*GossipedBlock) GetBlock ¶
func (m *GossipedBlock) GetBlock() *gridmint.Block
func (*GossipedBlock) GetCommit ¶
func (m *GossipedBlock) GetCommit() *gridmint.Commit
func (*GossipedBlock) Marshal ¶
func (m *GossipedBlock) Marshal() (dAtA []byte, err error)
func (*GossipedBlock) MarshalToSizedBuffer ¶
func (m *GossipedBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GossipedBlock) ProtoMessage ¶
func (*GossipedBlock) ProtoMessage()
func (*GossipedBlock) Reset ¶
func (m *GossipedBlock) Reset()
func (*GossipedBlock) Size ¶
func (m *GossipedBlock) Size() (n int)
func (*GossipedBlock) String ¶
func (m *GossipedBlock) String() string
func (*GossipedBlock) Unmarshal ¶
func (m *GossipedBlock) Unmarshal(dAtA []byte) error
func (*GossipedBlock) XXX_DiscardUnknown ¶
func (m *GossipedBlock) XXX_DiscardUnknown()
func (*GossipedBlock) XXX_Marshal ¶
func (m *GossipedBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GossipedBlock) XXX_Merge ¶
func (m *GossipedBlock) XXX_Merge(src proto.Message)
func (*GossipedBlock) XXX_Size ¶
func (m *GossipedBlock) XXX_Size() int
func (*GossipedBlock) XXX_Unmarshal ¶
func (m *GossipedBlock) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.