示例#1
0
 public ChainPool(Mempool mempool, Chain chain)
 {
     this.Mempool = mempool;
     this.Chain   = chain;
 }