Class KeyTimeCoinSelector

    • Constructor Detail

      • KeyTimeCoinSelector

        public KeyTimeCoinSelector​(Wallet wallet,
                                   long unixTimeSeconds,
                                   boolean ignorePending)
    • Method Detail

      • select

        public CoinSelection select​(Coin target,
                                    java.util.List<TransactionOutput> candidates)
        Description copied from interface: CoinSelector
        Creates a CoinSelection that tries to meet the target amount of value. The candidates list is given to this call and can be edited freely. See the docs for CoinSelection to learn more, or look a the implementation of DefaultCoinSelector.
        Specified by:
        select in interface CoinSelector