#include "outcome_messages.hpp"

Public Member Functions | |
| OutcomeMessage (std::vector< VoteMessage > votes) | |
| OutcomeMessage (std::initializer_list< VoteMessage > votes) | |
| bool | operator== (const OutcomeMessage &rhs) const |
| std::string | toString () const |
| virtual const std::string & | typeName () const =0 |
Public Attributes | |
| std::vector< VoteMessage > | votes |
Protected Member Functions | |
| ~OutcomeMessage ()=default | |
|
inlineexplicit |
|
inline |
|
protecteddefault |

|
inline |
|
inline |
|
pure virtual |
Implemented in iroha::consensus::yac::FutureMessage, iroha::consensus::yac::RejectMessage, and iroha::consensus::yac::CommitMessage.

| std::vector<VoteMessage> iroha::consensus::yac::OutcomeMessage< typename >::votes |