Esempio n. 1
0
 public BlockExecutingService(ILocalParallelTransactionExecutingService executingService,
                              IBlockchainStateService blockchainStateService)
 {
     _executingService       = executingService;
     _blockchainStateService = blockchainStateService;
     EventBus = NullLocalEventBus.Instance;
 }
Esempio n. 2
0
 public BlockExecutingWithParallelService(ILocalParallelTransactionExecutingService executingService,
                                          IBlockchainStateService blockchainStateService) : base(executingService, blockchainStateService)
 {
 }