| Modifier and Type | Method and Description |
|---|---|
UTXOPool |
UtxoTestSet.getUtxoPool()
Return the created Utxo Pool
|
| Constructor and Description |
|---|
TxHandler(UTXOPool utxoPool)
Creates a public ledger whose current UTXOPool (collection of unspent transaction outputs) is
utxoPool. |
UTXOPool(UTXOPool uPool)
Creates a new UTXOPool that is a copy of
uPool |