# Functions
NewChangeView returns minimal ChangeView implementation.
NewCommit returns minimal Commit implementation.
NewConsensusPayload returns minimal ConsensusPayload implementation.
NewPrepareRequest returns minimal prepareRequest implementation.
NewPrepareResponse returns minimal PrepareResponse implementation.
NewRecoveryMessage returns minimal RecoveryMessage implementation.
NewRecoveryRequest returns minimal RecoveryRequest implementation.
# Constants
6 following constants enumerate all possible type of consensus message.
6 following constants enumerate all possible type of consensus message.
BlockRejectedByPolicy.
ChangeAgreement.
Timeout.
TxInvalid.
TxNotFound.
TxRejectedByPolicy.
Unknown.
6 following constants enumerate all possible type of consensus message.
6 following constants enumerate all possible type of consensus message.
6 following constants enumerate all possible type of consensus message.
6 following constants enumerate all possible type of consensus message.
# Interfaces
ChangeView represents dBFT ChangeView message.
Commit is an interface for dBFT Commit message.
No description provided by the author
PrepareRequest represents dBFT PrepareRequest message.
PrepareResponse represents dBFT PrepareResponse message.
No description provided by the author
RecoveryRequest represents dBFT RecoveryRequest message.
# Type aliases
ChangeViewReason represents a view change reason code.
No description provided by the author