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
Name |
Description |
startTime |
The earliest block time to scan from. |
reserver |
The reservation guarding this rescan. |
Created with MrDocs