Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnTangleVoting ¶
type OnTangleVoting struct {
// contains filtered or unexported fields
}
OnTangleVoting is a pluggable implementation of tangle.ConsensusMechanism2. On tangle voting is a generalized form of Nakamoto consensus for the parallel-reality-based ledger state where the heaviest conflict according to approval weight is liked by any given node.
func NewOnTangleVoting ¶
func NewOnTangleVoting(conflictDAG *conflictdag.ConflictDAG[utxo.TransactionID, utxo.OutputID], weightFunc consensus.WeightFunc) *OnTangleVoting
NewOnTangleVoting is the constructor for OnTangleVoting.
func (*OnTangleVoting) ConflictLiked ¶
func (o *OnTangleVoting) ConflictLiked(conflictID utxo.TransactionID) (conflictLiked bool)
ConflictLiked returns whether the conflict is the winner across all conflict sets (it is in the liked reality).
func (*OnTangleVoting) LikedConflictMember ¶
func (o *OnTangleVoting) LikedConflictMember(conflictID utxo.TransactionID) (likedConflict utxo.TransactionID, dislikedConflicts utxo.TransactionIDs)
LikedConflictMember returns the liked ConflictID across the members of its conflict sets.
Click to show internal directories.
Click to hide internal directories.