Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Type Event_Type
}
func EventFromPb ¶
func (*Event) MirReflect ¶
func (*Event) MirReflect() mirreflect.Type
type Event_Pbft ¶
func (*Event_Pbft) MirReflect ¶
func (*Event_Pbft) MirReflect() mirreflect.Type
func (*Event_Pbft) Pb ¶
func (w *Event_Pbft) Pb() ordererpb.Event_Type
func (*Event_Pbft) Unwrap ¶
func (w *Event_Pbft) Unwrap() *types.Event
type Event_Type ¶
type Event_Type interface { mirreflect.GeneratedType Pb() ordererpb.Event_Type // contains filtered or unexported methods }
func Event_TypeFromPb ¶
func Event_TypeFromPb(pb ordererpb.Event_Type) Event_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type Message ¶
type Message struct {
Type Message_Type
}
func MessageFromPb ¶
func (*Message) MirReflect ¶
func (*Message) MirReflect() mirreflect.Type
type Message_Pbft ¶
func (*Message_Pbft) MirReflect ¶
func (*Message_Pbft) MirReflect() mirreflect.Type
func (*Message_Pbft) Pb ¶
func (w *Message_Pbft) Pb() ordererpb.Message_Type
func (*Message_Pbft) Unwrap ¶
func (w *Message_Pbft) Unwrap() *types.Message
type Message_Type ¶
type Message_Type interface { mirreflect.GeneratedType Pb() ordererpb.Message_Type // contains filtered or unexported methods }
func Message_TypeFromPb ¶
func Message_TypeFromPb(pb ordererpb.Message_Type) Message_Type
type Message_TypeWrapper ¶
type Message_TypeWrapper[T any] interface { Message_Type Unwrap() *T }
type PBFTModule ¶
type PBFTModule struct { Segment *PBFTSegment AvailabilityId string Epoch uint64 PpvModuleId string }
func PBFTModuleFromPb ¶
func PBFTModuleFromPb(pb *ordererpb.PBFTModule) *PBFTModule
func (*PBFTModule) MirReflect ¶
func (*PBFTModule) MirReflect() mirreflect.Type
func (*PBFTModule) Pb ¶
func (m *PBFTModule) Pb() *ordererpb.PBFTModule
type PBFTSegment ¶
type PBFTSegment struct { Leader types1.NodeID Membership *types2.Membership Proposals map[types3.SeqNr][]uint8 }
func PBFTSegmentFromPb ¶
func PBFTSegmentFromPb(pb *ordererpb.PBFTSegment) *PBFTSegment
func (*PBFTSegment) MirReflect ¶
func (*PBFTSegment) MirReflect() mirreflect.Type
func (*PBFTSegment) Pb ¶
func (m *PBFTSegment) Pb() *ordererpb.PBFTSegment
Click to show internal directories.
Click to hide internal directories.