public class KeyTimeCoinSelector extends java.lang.Object implements CoinSelector
Wallet.setKeyRotationTime(java.util.Date).| Modifier and Type | Field and Description | 
|---|---|
| static int | MAX_SIMULTANEOUS_INPUTSA number of inputs chosen to avoid hitting  Transaction.MAX_STANDARD_TX_SIZE | 
| Constructor and Description | 
|---|
| KeyTimeCoinSelector(Wallet wallet,
                   long unixTimeSeconds,
                   boolean ignorePending) | 
| Modifier and Type | Method and Description | 
|---|---|
| CoinSelection | select(Coin target,
      java.util.List<TransactionOutput> candidates)Creates a CoinSelection that tries to meet the target amount of value. | 
public static final int MAX_SIMULTANEOUS_INPUTS
Transaction.MAX_STANDARD_TX_SIZEpublic KeyTimeCoinSelector(Wallet wallet, long unixTimeSeconds, boolean ignorePending)
public CoinSelection select(Coin target, java.util.List<TransactionOutput> candidates)
CoinSelectorDefaultCoinSelector.select in interface CoinSelector