Current pair is valid. More...
#include "gate_object.hpp"


Public Member Functions | |
| PairValid (consensus::Round round, std::shared_ptr< const LedgerState > ledger_state, std::shared_ptr< shared_model::interface::Block > block) | |
Public Member Functions inherited from iroha::consensus::BaseGateObject | |
| BaseGateObject (consensus::Round round, std::shared_ptr< const LedgerState > ledger_state) | |
Public Attributes | |
| std::shared_ptr< shared_model::interface::Block > | block |
Public Attributes inherited from iroha::consensus::BaseGateObject | |
| consensus::Round | round |
| std::shared_ptr< const LedgerState > | ledger_state |
Current pair is valid.
|
inline |
| std::shared_ptr<shared_model::interface::Block> iroha::consensus::PairValid::block |