PBFT class

Constructors

PBFT(int n, int f)

Properties

f int
final
hashCode int
The hash code for this object.
no setterinherited
n int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canAdvanceToCommit(int prePrepares, int prepares) bool
Given pre-prepares and prepares, decide if move to commit is allowed.
canCommit(int prepares, int commits) bool
commitThreshold() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareThreshold() int
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited