Bitcoin Core 32.99.0
P2P Digital Currency
wallet::ChainScanner Member List

This is the complete list of members for wallet::ChainScanner, including all inherited members.

Abort()wallet::ChainScannerinline
ChainScanner(CWallet &wallet)wallet::ChainScannerinlineexplicit
IsAborting() constwallet::ChainScannerinline
IsScanning() constwallet::ChainScannerinline
IsScanningWithPassphrase() constwallet::ChainScannerinline
m_abortwallet::ChainScannerprivate
m_scanningwallet::ChainScannerprivate
m_scanning_progresswallet::ChainScannerprivate
m_scanning_startwallet::ChainScannerprivate
m_scanning_with_passphrasewallet::ChainScannerprivate
m_walletwallet::ChainScannerprivate
QueueNextBlock(const uint256 &block_hash, int block_height, std::optional< std::pair< uint256, int > > &next_block, std::optional< int > max_height)wallet::ChainScannerprivate
Release()wallet::ChainScannerprivate
Scan(const uint256 &start_block, int start_height, std::optional< int > max_height, const WalletRescanReserver &reserver, bool save_progress)wallet::ChainScanner
ScanBlock(const uint256 &block_hash, int block_height, bool save_progress)wallet::ChainScannerprivate
ScanFromTime(int64_t startTime, const WalletRescanReserver &reserver)wallet::ChainScanner
ScanningDuration() constwallet::ChainScannerinline
ScanningProgress() constwallet::ChainScannerinline
TryReserve(bool with_passphrase=false)wallet::ChainScannerprivate
UpdateProgress(const LoopState &state, double progress_current, int block_height)wallet::ChainScannerprivate
UpdateTipIfChanged(LoopState &state)wallet::ChainScannerprivate
WalletRescanReserverwallet::ChainScannerfriend