hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
on_demand_ordering_init.cpp File Reference
Include dependency graph for on_demand_ordering_init.cpp:

Enumerations

enum  RoundType
 indexes to permutations for corresponding rounds More...
 

Functions

auto createNotificationFactory (std::shared_ptr< OnDemandOrderingInit::TransportFactoryType > proposal_transport_factory, std::chrono::milliseconds delay, const logger::LoggerManagerTreePtr &ordering_log_manager, std::shared_ptr< iroha::network::GenericClientFactory > client_factory)
 

Enumeration Type Documentation

◆ RoundType

enum RoundType

indexes to permutations for corresponding rounds

Function Documentation

◆ createNotificationFactory()

auto createNotificationFactory ( std::shared_ptr< OnDemandOrderingInit::TransportFactoryType >  proposal_transport_factory,
std::chrono::milliseconds  delay,
const logger::LoggerManagerTreePtr ordering_log_manager,
std::shared_ptr< iroha::network::GenericClientFactory client_factory 
)

Creates notification factory for individual connections to peers with gRPC backend.

See also
initOrderingGate for parameters
Here is the call graph for this function: