hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha::ordering::RoundSwitch Struct Reference

#include "round_switch.hpp"

Collaboration diagram for iroha::ordering::RoundSwitch:
Collaboration graph

Public Member Functions

 RoundSwitch (consensus::Round next_round, std::shared_ptr< const LedgerState > ledger_state)
 

Public Attributes

consensus::Round next_round
 
std::shared_ptr< const LedgerStateledger_state
 

Constructor & Destructor Documentation

◆ RoundSwitch()

iroha::ordering::RoundSwitch::RoundSwitch ( consensus::Round  next_round,
std::shared_ptr< const LedgerState ledger_state 
)
inline

Member Data Documentation

◆ ledger_state

std::shared_ptr<const LedgerState> iroha::ordering::RoundSwitch::ledger_state

◆ next_round

consensus::Round iroha::ordering::RoundSwitch::next_round

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