Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PBFTModule ¶
type PBFTModule struct {
Segment *PBFTSegment
AvailabilityId string
Epoch uint64
ValidityChecker uint64
}
func PBFTModuleFromPb ¶
func PBFTModuleFromPb(pb *ordererspb.PBFTModule) *PBFTModule
func (*PBFTModule) MirReflect ¶
func (*PBFTModule) MirReflect() mirreflect.Type
func (*PBFTModule) Pb ¶
func (m *PBFTModule) Pb() *ordererspb.PBFTModule
type PBFTSegment ¶
type PBFTSegment struct {
Leader string
Membership *types.Membership
Proposals map[uint64][]uint8
}
func PBFTSegmentFromPb ¶
func PBFTSegmentFromPb(pb *ordererspb.PBFTSegment) *PBFTSegment
func (*PBFTSegment) MirReflect ¶
func (*PBFTSegment) MirReflect() mirreflect.Type
func (*PBFTSegment) Pb ¶
func (m *PBFTSegment) Pb() *ordererspb.PBFTSegment
Click to show internal directories.
Click to hide internal directories.