Rescan the chain for wallet transactions from a given start time.
Declared in <wallet/wallet.h>
int64_t
RescanFromTime(
int64_t startTime,
WalletRescanReserver const& reserver);
The timestamp of the earliest block scanned, or a failure sentinel.
| Name | Description |
|---|---|
| startTime | The earliest block time to scan from. |
| reserver | The reservation guarding this rescan. |