public class UtxoTestSet extends Object
UtxoTestSet.builder()
.setPeopleSize(10)
.setUtxoTxNumber(10)
.setMaxUtxoTxOutput(10)
.setMaxValue(200)
.setTxPerTest(10)
.setMaxInput(10)
.setMaxOutput(10)
.setCorruptedPercentage(0)
.build();
| Modifier and Type | Method and Description |
|---|---|
static UtxoTestSet.UtxoTestSetBuilder |
builder()
Factory method that constructs a new builder of UtxoTestSet
|
UTXOPool |
getUtxoPool()
Return the created Utxo Pool
|
ValidationLists<Transaction> |
getValidationLists()
Validation list contains list with valid transactions, invalid transactions and conflicted transactions
|
public static UtxoTestSet.UtxoTestSetBuilder builder()
public ValidationLists<Transaction> getValidationLists()
public UTXOPool getUtxoPool()