public class AllowUnconfirmedCoinSelector extends DefaultCoinSelector
| Constructor and Description | 
|---|
AllowUnconfirmedCoinSelector()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AllowUnconfirmedCoinSelector | 
get()
Returns a global static instance of the selector. 
 | 
protected boolean | 
shouldSelect(Transaction tx)
Sub-classes can override this to just customize whether transactions are usable, but keep age sorting. 
 | 
isSelectable, selectprotected boolean shouldSelect(Transaction tx)
DefaultCoinSelectorshouldSelect in class DefaultCoinSelectorpublic static AllowUnconfirmedCoinSelector get()