Package org.bitcoindevkit
Class ScanType
-
- All Implemented Interfaces:
public class ScanTypeSync 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 classScanType.NewPerform 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 classScanType.SyncSync an existing wallet from the last stored chain checkpoint.
public final classScanType.RecoveryRecover an existing wallet by scanning from the specified height.
-