public class KeyTimeCoinSelector extends Object implements CoinSelector
Wallet.setKeyRotationTime(java.util.Date)
.Modifier and Type | Field and Description |
---|---|
static int |
MAX_SIMULTANEOUS_INPUTS
A number of inputs chosen to avoid hitting
com.google.bitcoin.core.Transaction.MAX_STANDARD_TX_SIZE |
Constructor and Description |
---|
KeyTimeCoinSelector(Wallet wallet,
long unixTimeSeconds,
boolean ignorePending) |
Modifier and Type | Method and Description |
---|---|
CoinSelection |
select(BigInteger target,
LinkedList<TransactionOutput> candidates) |
public static final int MAX_SIMULTANEOUS_INPUTS
com.google.bitcoin.core.Transaction.MAX_STANDARD_TX_SIZE
public KeyTimeCoinSelector(Wallet wallet, long unixTimeSeconds, boolean ignorePending)
public CoinSelection select(BigInteger target, LinkedList<TransactionOutput> candidates)
select
in interface CoinSelector
Copyright © 2014. All rights reserved.