| Package | Description |
|---|---|
| io.nessus | |
| io.nessus.testing |
| Modifier and Type | Method and Description |
|---|---|
List<UTXO> |
AbstractWallet.listLockUnspent(List<Wallet.Address> addrs) |
List<UTXO> |
Wallet.listLockUnspent(List<Wallet.Address> addrs)
List locked UTXOs associated with a list of addresses
The lock state of an UTXO is delegated to the underlying
wallet implementation and may not survive wallet restart.
|
List<UTXO> |
AbstractWallet.listUnspent(List<Wallet.Address> addrs) |
List<UTXO> |
Wallet.listUnspent(List<Wallet.Address> addrs)
List UTXOs associated with a list of addresses
|
List<UTXO> |
AbstractWallet.listUnspent(String label) |
List<UTXO> |
Wallet.listUnspent(String label)
Get all unspent transaction outputs associated with the given label
|
List<UTXO> |
AbstractWallet.selectUnspent(List<Wallet.Address> addrs,
BigDecimal amount) |
List<UTXO> |
Wallet.selectUnspent(List<Wallet.Address> addrs,
BigDecimal amount)
Select a list of unspent transaction outputs that satisfy the requested amount
|
List<UTXO> |
AbstractWallet.selectUnspent(String label,
BigDecimal 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 |
|---|---|
boolean |
AbstractWallet.lockUnspent(UTXO utxo,
boolean unlock) |
boolean |
Wallet.lockUnspent(UTXO utxo,
boolean unlock)
Lock an unspent transaction output.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
AbstractWallet.getUTXOAmount(List<UTXO> utxos) |
Tx.TxBuilder |
Tx.TxBuilder.unspentInputs(List<UTXO> utxos) |
| Modifier and Type | Method and Description |
|---|---|
protected static BigDecimal |
AbstractBlockchainTest.getUTXOAmount(List<UTXO> utxos) |
Copyright © 2018. All rights reserved.