| Modifier and Type | Class and Description |
|---|---|
static class |
Main.Tx |
| Modifier and Type | Method and Description |
|---|---|
Transaction[] |
TxHandler.handleTxs(Transaction[] possibleTxs)
Handles each epoch by receiving an unordered array of proposed transactions, checking each
transaction for correctness, returning a mutually valid array of accepted transactions, and
updating the current UTXO pool as appropriate.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationLists<Transaction> |
UtxoTestSet.getValidationLists()
Validation list contains list with valid transactions, invalid transactions and conflicted transactions
|
| Modifier and Type | Method and Description |
|---|---|
Transaction[] |
TxHandler.handleTxs(Transaction[] possibleTxs)
Handles each epoch by receiving an unordered array of proposed transactions, checking each
transaction for correctness, returning a mutually valid array of accepted transactions, and
updating the current UTXO pool as appropriate.
|
boolean |
TxHandler.isValidTx(Transaction tx) |
| Constructor and Description |
|---|
Transaction(Transaction tx) |