public TransferCommand(ExpressChainManagerFactory chainManagerFactory, TransactionExecutorFactory txExecutorFactory)
 {
     this.chainManagerFactory = chainManagerFactory;
     this.txExecutorFactory   = txExecutorFactory;
 }
Beispiel #2
0
 public Enable(ExpressChainManagerFactory chainManagerFactory, TransactionExecutorFactory txExecutorFactory)
 {
     this.chainManagerFactory = chainManagerFactory;
     this.txExecutorFactory   = txExecutorFactory;
 }
Beispiel #3
0
 public BatchCommand(ExpressChainManagerFactory chainManagerFactory, IFileSystem fileSystem, TransactionExecutorFactory txExecutorFactory)
 {
     this.chainManagerFactory = chainManagerFactory;
     this.fileSystem          = fileSystem;
     this.txExecutorFactory   = txExecutorFactory;
 }