| Modifier and Type | Method and Description |
|---|---|
Transaction.Output |
Transaction.getOutput(int index) |
Transaction.Output |
UTXOPool.getTxOutput(UTXO ut) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Transaction.Output> |
Transaction.getOutputs() |
| 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 |