Interface CoinSelector

    • Method Detail

      • select

        CoinSelection select​(Coin target,
                             java.util.List<TransactionOutput> candidates)
        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.