public BestChainFoundEventHandlerForLogEventListening(ILogEventListeningService <IBestChainFoundLogEventProcessor> logEventListeningService)
 {
     _logEventListeningService = logEventListeningService;
 }
Ejemplo n.º 2
0
 public BlockAcceptedEventHandler(ILogEventListeningService <IBlockAcceptedLogEventHandler> logEventListeningService)
 {
     _logEventListeningService = logEventListeningService;
 }
 public BestChainFoundEventHandlerForLogEventListening(ILogEventListeningService logEventListeningService)
 {
     _logEventListeningService = logEventListeningService;
 }