#include "synchronizer.hpp"


Public Member Functions | |
| virtual void | processOutcome (consensus::GateObject object)=0 |
| virtual rxcpp::observable< SynchronizationEvent > | on_commit_chain ()=0 |
| virtual | ~Synchronizer ()=default |
Synchronizer is interface for fetching missed blocks
|
virtualdefault |
|
pure virtual |
After synchronization this observable emits zero or more blocks plus outcome of synchronization
Implemented in iroha::synchronizer::SynchronizerImpl.
|
pure virtual |
Processing entry point for consensus outcome
Implemented in iroha::synchronizer::SynchronizerImpl.