Package org.bitcoindevkit
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.
-