Ejemplo n.º 1
0
 public Mining(FullNode fullNode, ConsensusLoop consensusLoop, ConcurrentChain chain, Network network, IDateTimeProvider dateTimeProvider, BlockAssemblerFactory blockAssemblerFactory)
 {
     this.fullNode              = fullNode;
     this.consensusLoop         = consensusLoop;
     this.chain                 = chain;
     this.network               = network;
     this.dateTimeProvider      = dateTimeProvider;
     this.blockAssemblerFactory = blockAssemblerFactory;
 }
Ejemplo n.º 2
0
 public MiningFeature(FullNode node, BlockAssemblerFactory blockAssemblerFactory)
 {
     this.node = node;
 }