wallet::CWallet::RescanFromTime

Rescan the chain for wallet transactions from a given start time.

Synopsis

Declared in <wallet/wallet.h>

int64_t
RescanFromTime(
    int64_t startTime,
    WalletRescanReserver const& reserver);

Return Value

The timestamp of the earliest block scanned, or a failure sentinel.

Parameters

NameDescription
startTimeThe earliest block time to scan from.
reserverThe reservation guarding this rescan.