Class ScanType

  • All Implemented Interfaces:

    public class ScanType
    
                        

    Sync a wallet from the last known block hash, recover a wallet from a specified height, or perform an expedited block header download for a new wallet.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class ScanType.New

      Perform an expedited header and filter download for a new wallet. If this option is not set, and the wallet has no history, the entire chain will be scanned for script inclusions.

      public class ScanType.Sync

      Sync an existing wallet from the last stored chain checkpoint.

      public final class ScanType.Recovery

      Recover an existing wallet by scanning from the specified height.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail