hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha::consensus::yac::CommitMessage Struct Referencefinal

#include "outcome_messages.hpp"

Inheritance diagram for iroha::consensus::yac::CommitMessage:
Inheritance graph
Collaboration diagram for iroha::consensus::yac::CommitMessage:
Collaboration graph

Public Member Functions

const std::string & typeName () const override
 
- Public Member Functions inherited from iroha::consensus::yac::OutcomeMessage< CommitMessage >
 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< CommitMessage >
std::vector< VoteMessagevotes
 
- Protected Member Functions inherited from iroha::consensus::yac::OutcomeMessage< CommitMessage >
 ~OutcomeMessage ()=default
 

Detailed Description

CommitMsg means consensus on cluster achieved. All nodes deals on some solution

Member Function Documentation

◆ typeName()

const std::string& iroha::consensus::yac::CommitMessage::typeName ( ) const
inlineoverridevirtual

The documentation for this struct was generated from the following file: