Class FilteringCoinSelector

java.lang.Object
org.bitcoinj.wallet.FilteringCoinSelector
All Implemented Interfaces:
CoinSelector

public class FilteringCoinSelector extends Object implements CoinSelector
A filtering coin selector delegates to another coin selector, but won't select outputs spent by the given transactions.