Documentation ¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetBcb() *bcbpb.Message
- func (x *Message) GetCheckpoint() *checkpointpb.Message
- func (x *Message) GetDestModule() string
- func (x *Message) GetIss() *isspb.ISSMessage
- func (x *Message) GetMultisigCollector() *mscpb.Message
- func (x *Message) GetPingpong() *pingpongpb.Message
- func (m *Message) GetType() isMessage_Type
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type Message_Bcb
- type Message_Checkpoint
- type Message_Iss
- type Message_MultisigCollector
- type Message_Pingpong
Constants ¶
This section is empty.
Variables ¶
View Source
var File_messagepb_messagepb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { DestModule string `protobuf:"bytes,1,opt,name=dest_module,json=destModule,proto3" json:"dest_module,omitempty"` // Types that are assignable to Type: // *Message_Iss // *Message_Bcb // *Message_MultisigCollector // *Message_Pingpong // *Message_Checkpoint Type isMessage_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetCheckpoint ¶
func (x *Message) GetCheckpoint() *checkpointpb.Message
func (*Message) GetDestModule ¶
func (*Message) GetIss ¶
func (x *Message) GetIss() *isspb.ISSMessage
func (*Message) GetMultisigCollector ¶
func (*Message) GetPingpong ¶
func (x *Message) GetPingpong() *pingpongpb.Message
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type Message_Bcb ¶
type Message_Checkpoint ¶
type Message_Checkpoint struct {
Checkpoint *checkpointpb.Message `protobuf:"bytes,6,opt,name=checkpoint,proto3,oneof"`
}
type Message_Iss ¶
type Message_Iss struct {
Iss *isspb.ISSMessage `protobuf:"bytes,2,opt,name=iss,proto3,oneof"`
}
type Message_Pingpong ¶
type Message_Pingpong struct {
Pingpong *pingpongpb.Message `protobuf:"bytes,5,opt,name=pingpong,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.