| Package | Description |
|---|---|
| io.nessus | |
| io.nessus.testing |
| Modifier and Type | Method and Description |
|---|---|
List<UTXO> |
Wallet.listUnspent(List<Wallet.Address> addrs)
List UTOXs associated with a list of addresses
|
List<UTXO> |
Wallet.listUnspent(String label)
Get all unspent transaction outputs associated with the given label
|
List<UTXO> |
Wallet.selectUnspent(List<Wallet.Address> addrs,
BigDecimal amount)
Select a list of unspent transaction outputs that satisfy the requested amount
|
List<UTXO> |
Wallet.selectUnspent(String label,
BigDecimal amount)
Select a list of unspent transaction outputs that satisfy the requested amount
|
| Modifier and Type | Method and Description |
|---|---|
Tx.TxBuilder |
Tx.TxBuilder.unspentInputs(List<UTXO> utxos) |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
AbstractBlockchainTest.getUTXOAmount(List<UTXO> utxos) |
Copyright © 2018. All rights reserved.