ScanType

sealed class ScanType(source)

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.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object New : ScanType

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.

Link copied to clipboard
data class Recovery(val fromHeight: UInt) : ScanType

Recover an existing wallet by scanning from the specified height.

Link copied to clipboard
object Sync : ScanType

Sync an existing wallet from the last stored chain checkpoint.