| Modifier and Type | Method and Description |
|---|---|
ArrayList<UTXO> |
UTXOPool.getAllUTXO()
Returns an
ArrayList of all UTXOs in the pool |
| Modifier and Type | Method and Description |
|---|---|
void |
UTXOPool.addUTXO(UTXO utxo,
Transaction.Output txOut)
Adds a mapping from UTXO
utxo to transaction output @code{txOut} to the pool |
int |
UTXO.compareTo(UTXO utxo)
Compares this UTXO to the one specified by
utxo |
boolean |
UTXOPool.contains(UTXO utxo) |
Transaction.Output |
UTXOPool.getTxOutput(UTXO ut) |
void |
Transaction.removeInput(UTXO ut) |
void |
UTXOPool.removeUTXO(UTXO utxo)
Removes the UTXO
utxo from the pool |