Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { DestModule types.ModuleID Type Message_Type }
func MessageFromPb ¶
func (*Message) MirReflect ¶
func (*Message) MirReflect() mirreflect.Type
type Message_Bcb ¶
func (*Message_Bcb) MirReflect ¶
func (*Message_Bcb) MirReflect() mirreflect.Type
func (*Message_Bcb) Pb ¶
func (w *Message_Bcb) Pb() messagepb.Message_Type
func (*Message_Bcb) Unwrap ¶
func (w *Message_Bcb) Unwrap() *types1.Message
type Message_Checkpoint ¶
type Message_Checkpoint struct {
Checkpoint *checkpointpb.Message
}
func (*Message_Checkpoint) MirReflect ¶
func (*Message_Checkpoint) MirReflect() mirreflect.Type
func (*Message_Checkpoint) Pb ¶
func (w *Message_Checkpoint) Pb() messagepb.Message_Type
func (*Message_Checkpoint) Unwrap ¶
func (w *Message_Checkpoint) Unwrap() *checkpointpb.Message
type Message_Iss ¶
type Message_Iss struct {
Iss *isspb.ISSMessage
}
func (*Message_Iss) MirReflect ¶
func (*Message_Iss) MirReflect() mirreflect.Type
func (*Message_Iss) Pb ¶
func (w *Message_Iss) Pb() messagepb.Message_Type
func (*Message_Iss) Unwrap ¶
func (w *Message_Iss) Unwrap() *isspb.ISSMessage
type Message_MultisigCollector ¶
func (*Message_MultisigCollector) MirReflect ¶
func (*Message_MultisigCollector) MirReflect() mirreflect.Type
func (*Message_MultisigCollector) Pb ¶
func (w *Message_MultisigCollector) Pb() messagepb.Message_Type
func (*Message_MultisigCollector) Unwrap ¶
func (w *Message_MultisigCollector) Unwrap() *types2.Message
type Message_Pingpong ¶
type Message_Pingpong struct {
Pingpong *pingpongpb.Message
}
func (*Message_Pingpong) MirReflect ¶
func (*Message_Pingpong) MirReflect() mirreflect.Type
func (*Message_Pingpong) Pb ¶
func (w *Message_Pingpong) Pb() messagepb.Message_Type
func (*Message_Pingpong) Unwrap ¶
func (w *Message_Pingpong) Unwrap() *pingpongpb.Message
type Message_SbMessage ¶
type Message_SbMessage struct {
SbMessage *ordererspb.SBInstanceMessage
}
func (*Message_SbMessage) MirReflect ¶
func (*Message_SbMessage) MirReflect() mirreflect.Type
func (*Message_SbMessage) Pb ¶
func (w *Message_SbMessage) Pb() messagepb.Message_Type
func (*Message_SbMessage) Unwrap ¶
func (w *Message_SbMessage) Unwrap() *ordererspb.SBInstanceMessage
type Message_Type ¶
type Message_Type interface { mirreflect.GeneratedType Pb() messagepb.Message_Type // contains filtered or unexported methods }
func Message_TypeFromPb ¶
func Message_TypeFromPb(pb messagepb.Message_Type) Message_Type
type Message_TypeWrapper ¶
type Message_TypeWrapper[T any] interface { Message_Type Unwrap() *T }
Click to show internal directories.
Click to hide internal directories.