コード例 #1
0
 public TransferCommand(ExpressChainManagerFactory chainManagerFactory, TransactionExecutorFactory txExecutorFactory)
 {
     this.chainManagerFactory = chainManagerFactory;
     this.txExecutorFactory   = txExecutorFactory;
 }
コード例 #2
0
 public Enable(ExpressChainManagerFactory chainManagerFactory, TransactionExecutorFactory txExecutorFactory)
 {
     this.chainManagerFactory = chainManagerFactory;
     this.txExecutorFactory   = txExecutorFactory;
 }
コード例 #3
0
 public BatchCommand(ExpressChainManagerFactory chainManagerFactory, IFileSystem fileSystem, TransactionExecutorFactory txExecutorFactory)
 {
     this.chainManagerFactory = chainManagerFactory;
     this.fileSystem          = fileSystem;
     this.txExecutorFactory   = txExecutorFactory;
 }