#include "peer_communication_service.hpp"


Public Member Functions | |
| virtual void | propagate_batch (std::shared_ptr< shared_model::interface::TransactionBatch > batch) const =0 |
| virtual | ~PeerCommunicationService ()=default |
Public API for notification about domain data
|
virtualdefault |
|
pure virtual |
Propagate batch to the network
| batch | - batch for propagation |
Implemented in iroha::network::PeerCommunicationServiceImpl.