コード例 #1
0
ファイル: AssemblerFactory.cs プロジェクト: glasgowdev/purple
 public override BlockAssembler Create(ChainedBlock chainTip, AssemblerOptions options = null)
 {
     return(new PowBlockAssembler(this.consensusLoop, this.network, this.mempoolLock, this.mempool, this.dateTimeProvider, chainTip, this.loggerFactory, options));
 }
コード例 #2
0
ファイル: AssemblerFactory.cs プロジェクト: glasgowdev/purple
 public abstract BlockAssembler Create(ChainedBlock chainTip, AssemblerOptions options = null);