コード例 #1
0
ファイル: Controller.cs プロジェクト: erinloy/babble-cs
 public void AddTransactions(byte[][] txs)
 {
     TransactionPool.AddRange(txs);
 }