CatapultServer  v0.5.0.1 (Elephant)
RemoteNodeSynchronizer.h File Reference
Include dependency graph for RemoteNodeSynchronizer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::chain
 

Typedefs

template<typename TRemoteApi >
using catapult::chain::RemoteNodeSynchronizer = std::function< thread::future< ionet::NodeInteractionResultCode >(const TRemoteApi &)>
 Function signature for synchronizing with a remote node. More...
 

Functions

template<typename TSynchronizer >
RemoteNodeSynchronizer< typename TSynchronizer::RemoteApiType > catapult::chain::CreateRemoteNodeSynchronizer (const std::shared_ptr< TSynchronizer > &pSynchronizer)
 Creates a remote node synchronizer around pSynchronizer. More...