Documentation ¶
Index ¶
- type BroadcastMsg
- func (*BroadcastMsg) Descriptor() ([]byte, []int)
- func (m *BroadcastMsg) GetChainId() uint32
- func (m *BroadcastMsg) GetMsgBody() []byte
- func (m *BroadcastMsg) GetMsgType() uint32
- func (m *BroadcastMsg) GetPeerId() string
- func (m *BroadcastMsg) GetTimestamp() *timestamp.Timestamp
- func (*BroadcastMsg) ProtoMessage()
- func (m *BroadcastMsg) Reset()
- func (m *BroadcastMsg) String() string
- func (m *BroadcastMsg) XXX_DiscardUnknown()
- func (m *BroadcastMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BroadcastMsg) XXX_Merge(src proto.Message)
- func (m *BroadcastMsg) XXX_Size() int
- func (m *BroadcastMsg) XXX_Unmarshal(b []byte) error
- type UnicastMsg
- func (*UnicastMsg) Descriptor() ([]byte, []int)
- func (m *UnicastMsg) GetAddr() string
- func (m *UnicastMsg) GetChainId() uint32
- func (m *UnicastMsg) GetMsgBody() []byte
- func (m *UnicastMsg) GetMsgType() uint32
- func (m *UnicastMsg) GetPeerId() string
- func (m *UnicastMsg) GetTimestamp() *timestamp.Timestamp
- func (*UnicastMsg) ProtoMessage()
- func (m *UnicastMsg) Reset()
- func (m *UnicastMsg) String() string
- func (m *UnicastMsg) XXX_DiscardUnknown()
- func (m *UnicastMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UnicastMsg) XXX_Merge(src proto.Message)
- func (m *UnicastMsg) XXX_Size() int
- func (m *UnicastMsg) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastMsg ¶
type BroadcastMsg struct { ChainId uint32 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` MsgType uint32 `protobuf:"varint,2,opt,name=msg_type,json=msgType,proto3" json:"msg_type,omitempty"` MsgBody []byte `protobuf:"bytes,3,opt,name=msg_body,json=msgBody,proto3" json:"msg_body,omitempty"` PeerId string `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BroadcastMsg) Descriptor ¶
func (*BroadcastMsg) Descriptor() ([]byte, []int)
func (*BroadcastMsg) GetChainId ¶
func (m *BroadcastMsg) GetChainId() uint32
func (*BroadcastMsg) GetMsgBody ¶
func (m *BroadcastMsg) GetMsgBody() []byte
func (*BroadcastMsg) GetMsgType ¶
func (m *BroadcastMsg) GetMsgType() uint32
func (*BroadcastMsg) GetPeerId ¶
func (m *BroadcastMsg) GetPeerId() string
func (*BroadcastMsg) GetTimestamp ¶
func (m *BroadcastMsg) GetTimestamp() *timestamp.Timestamp
func (*BroadcastMsg) ProtoMessage ¶
func (*BroadcastMsg) ProtoMessage()
func (*BroadcastMsg) Reset ¶
func (m *BroadcastMsg) Reset()
func (*BroadcastMsg) String ¶
func (m *BroadcastMsg) String() string
func (*BroadcastMsg) XXX_DiscardUnknown ¶
func (m *BroadcastMsg) XXX_DiscardUnknown()
func (*BroadcastMsg) XXX_Marshal ¶
func (m *BroadcastMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BroadcastMsg) XXX_Merge ¶
func (dst *BroadcastMsg) XXX_Merge(src proto.Message)
func (*BroadcastMsg) XXX_Size ¶
func (m *BroadcastMsg) XXX_Size() int
func (*BroadcastMsg) XXX_Unmarshal ¶
func (m *BroadcastMsg) XXX_Unmarshal(b []byte) error
type UnicastMsg ¶
type UnicastMsg struct { ChainId uint32 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` MsgType uint32 `protobuf:"varint,3,opt,name=msg_type,json=msgType,proto3" json:"msg_type,omitempty"` MsgBody []byte `protobuf:"bytes,4,opt,name=msg_body,json=msgBody,proto3" json:"msg_body,omitempty"` PeerId string `protobuf:"bytes,5,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UnicastMsg) Descriptor ¶
func (*UnicastMsg) Descriptor() ([]byte, []int)
func (*UnicastMsg) GetAddr ¶
func (m *UnicastMsg) GetAddr() string
func (*UnicastMsg) GetChainId ¶
func (m *UnicastMsg) GetChainId() uint32
func (*UnicastMsg) GetMsgBody ¶
func (m *UnicastMsg) GetMsgBody() []byte
func (*UnicastMsg) GetMsgType ¶
func (m *UnicastMsg) GetMsgType() uint32
func (*UnicastMsg) GetPeerId ¶
func (m *UnicastMsg) GetPeerId() string
func (*UnicastMsg) GetTimestamp ¶
func (m *UnicastMsg) GetTimestamp() *timestamp.Timestamp
func (*UnicastMsg) ProtoMessage ¶
func (*UnicastMsg) ProtoMessage()
func (*UnicastMsg) Reset ¶
func (m *UnicastMsg) Reset()
func (*UnicastMsg) String ¶
func (m *UnicastMsg) String() string
func (*UnicastMsg) XXX_DiscardUnknown ¶
func (m *UnicastMsg) XXX_DiscardUnknown()
func (*UnicastMsg) XXX_Marshal ¶
func (m *UnicastMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UnicastMsg) XXX_Merge ¶
func (dst *UnicastMsg) XXX_Merge(src proto.Message)
func (*UnicastMsg) XXX_Size ¶
func (m *UnicastMsg) XXX_Size() int
func (*UnicastMsg) XXX_Unmarshal ¶
func (m *UnicastMsg) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.