Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decider ¶
type Decider interface { SignatureReader Policy() Policy IsQuorumAchieved(Phase) bool QuorumThreshold() int64 IsRewardThresholdAchieved() bool }
Decider ..
type ParticipantTracker ¶
type ParticipantTracker interface { Participants() []*bls.PublicKey IndexOf(*bls.PublicKey) int ParticipantsCount() int64 NextAfter(*bls.PublicKey) (bool, *bls.PublicKey) UpdateParticipants(pubKeys []*bls.PublicKey) DumpParticipants() []string }
ParticipantTracker ..
Click to show internal directories.
Click to hide internal directories.