public interface CoinSelector
CoinSelection
that has a valueGathered lower than the requested target, if there's not
enough money in the wallet.Modifier and Type | Method and Description |
---|---|
CoinSelection |
select(Coin target,
List<TransactionOutput> candidates)
Creates a CoinSelection that tries to meet the target amount of value.
|
CoinSelection select(Coin target, List<TransactionOutput> candidates)
DefaultCoinSelector
.Copyright © 2016. All rights reserved.