PBFT class
Properties
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