Exemplo n.º 1
0
 public void setUTXO(UtxoTable table)
 {
     this.UtxoTable = (UtxoTable)table.Clone();
 }
Exemplo n.º 2
0
 public TransactionService()
 {
     UtxoTable = new UtxoTable();
 }