hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
on_demand_ordering_service.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_ON_DEMAND_ORDERING_SERVICE_HPP
7
#define IROHA_ON_DEMAND_ORDERING_SERVICE_HPP
8
9
#include "
ordering/on_demand_os_transport.hpp
"
10
11
namespace
iroha
{
12
namespace
ordering {
13
17
class
OnDemandOrderingService
:
public
transport::OdOsNotification
{
18
public
:
23
virtual
void
onCollaborationOutcome
(
consensus::Round
round) = 0;
24
};
25
26
}
// namespace ordering
27
}
// namespace iroha
28
29
#endif // IROHA_ON_DEMAND_ORDERING_SERVICE_HPP
iroha::ordering::OnDemandOrderingService
Definition:
on_demand_ordering_service.hpp:17
on_demand_os_transport.hpp
iroha
Definition:
block_query.hpp:15
iroha::ordering::transport::OdOsNotification
Definition:
on_demand_os_transport.hpp:31
iroha::ordering::OnDemandOrderingService::onCollaborationOutcome
virtual void onCollaborationOutcome(consensus::Round round)=0
iroha::consensus::Round
Definition:
round.hpp:31
irohad
ordering
on_demand_ordering_service.hpp
Generated by
1.8.13