public void setUTXO(UtxoTable table) { this.UtxoTable = (UtxoTable)table.Clone(); }
public TransactionService() { UtxoTable = new UtxoTable(); }