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.time.Instant).