consensus

package
v0.8.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2022 License: Apache-2.0, BSD-2-Clause Imports: 1 Imported by: 0

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 ledgerstate.BranchID) (likedBranchID ledgerstate.BranchID, conflictMembers ledgerstate.BranchIDs)
	// BranchLiked returns true if the BranchID is liked.
	BranchLiked(branchID ledgerstate.BranchID) (branchLiked bool)
}

Mechanism is a generic interface allowing to use different methods to reach consensus.

type WeightFunc

type WeightFunc func(branchID ledgerstate.BranchID) (weight float64)

WeightFunc returns the approval weight for the given branch.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL