public BestChainFoundEventHandlerForLogEventListening(ILogEventListeningService <IBestChainFoundLogEventProcessor> logEventListeningService)
 {
     _logEventListeningService = logEventListeningService;
 }
Example #2
0
 public BlockAcceptedEventHandler(ILogEventListeningService <IBlockAcceptedLogEventHandler> logEventListeningService)
 {
     _logEventListeningService = logEventListeningService;
 }
 public BestChainFoundEventHandlerForLogEventListening(ILogEventListeningService logEventListeningService)
 {
     _logEventListeningService = logEventListeningService;
 }