#include "outcome_messages.hpp"


Public Member Functions | |
| const std::string & | typeName () const override |
Public Member Functions inherited from iroha::consensus::yac::OutcomeMessage< FutureMessage > | |
| OutcomeMessage (std::vector< VoteMessage > votes) | |
| OutcomeMessage (std::initializer_list< VoteMessage > votes) | |
| bool | operator== (const OutcomeMessage &rhs) const |
| std::string | toString () const |
Additional Inherited Members | |
Public Attributes inherited from iroha::consensus::yac::OutcomeMessage< FutureMessage > | |
| std::vector< VoteMessage > | votes |
Protected Member Functions inherited from iroha::consensus::yac::OutcomeMessage< FutureMessage > | |
| ~OutcomeMessage ()=default | |
Represents the case when the round number is greater than the current, and the quorum is unknown
|
inlineoverridevirtual |