6 #ifndef IROHA_ROUND_SWITCH_HPP 7 #define IROHA_ROUND_SWITCH_HPP 23 std::shared_ptr<const LedgerState> ledger_state)
24 : next_round(
std::move(next_round)),
25 ledger_state(
std::move(ledger_state)) {}
29 #endif // IROHA_ROUND_SWITCH_HPP Definition: application.hpp:65
Definition: round_switch.hpp:18
RoundSwitch(consensus::Round next_round, std::shared_ptr< const LedgerState > ledger_state)
Definition: round_switch.hpp:22
Definition: block_query.hpp:15
consensus::Round next_round
Definition: round_switch.hpp:19
std::shared_ptr< const LedgerState > ledger_state
Definition: round_switch.hpp:20