Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mechanism ¶
type Mechanism interface {
// LikedConflictMember returns the liked BranchID across the members of its conflict sets.
LikedConflictMember(branchID utxo.TransactionID) (likedBranchID utxo.TransactionID, conflictMembers *set.AdvancedSet[utxo.TransactionID])
// BranchLiked returns true if the BranchID is liked.
BranchLiked(branchID utxo.TransactionID) (branchLiked bool)
}
Mechanism is a generic interface allowing to use different methods to reach consensus.
type WeightFunc ¶
type WeightFunc func(branchID utxo.TransactionID) (weight float64)
WeightFunc returns the approval weight for the given branch.
Click to show internal directories.
Click to hide internal directories.