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

#include "outcome_messages.hpp"

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

Public Member Functions

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

Detailed Description

Reject means that there is impossible to collect supermajority for any block

Member Function Documentation

◆ typeName()

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

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