Class KeyTimeCoinSelector

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

public class KeyTimeCoinSelector extends Object implements CoinSelector
A coin selector that takes all coins assigned to keys created before the given timestamp. Used as part of the implementation of Wallet.setKeyRotationTime(java.util.Date).
  • Field Details

  • Constructor Details

    • KeyTimeCoinSelector

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