hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
ordering_service.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_ORDERINGSERVICE_H
7
#define IROHA_ORDERINGSERVICE_H
8
9
#include "
network/ordering_service_transport.hpp
"
10
11
namespace
iroha
{
12
namespace
network {
13
class
OrderingService
:
public
network::OrderingServiceNotification
{
14
public
:
19
virtual
void
publishProposal
(
20
std::unique_ptr<shared_model::interface::Proposal> proposal) = 0;
21
};
22
}
// namespace network
23
}
// namespace iroha
24
#endif // IROHA_ORDERINGSERVICE_H
iroha::network::OrderingService::publishProposal
virtual void publishProposal(std::unique_ptr< shared_model::interface::Proposal > proposal)=0
iroha
Definition:
block_query.hpp:15
iroha::network::OrderingServiceNotification
Definition:
ordering_service_transport.hpp:19
iroha::network::OrderingService
Definition:
ordering_service.hpp:13
ordering_service_transport.hpp
irohad
network
ordering_service.hpp
Generated by
1.8.13