Go to the source code of this file.
|
| template<typename TRemoteApi > |
| using | catapult::chain::RemoteNodeSynchronizer = std::function< thread::future< ionet::NodeInteractionResultCode >(const TRemoteApi &)> |
| | Function signature for synchronizing with a remote node. More...
|
| |
|
| template<typename TSynchronizer > |
| RemoteNodeSynchronizer< typename TSynchronizer::RemoteApiType > | catapult::chain::CreateRemoteNodeSynchronizer (const std::shared_ptr< TSynchronizer > &pSynchronizer) |
| | Creates a remote node synchronizer around pSynchronizer. More...
|
| |