[#wallet-CWallet-RescanFromTime] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::RescanFromTime :relfileprefix: ../../ :mrdocs: Rescan the chain for wallet transactions from a given start time. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t RescanFromTime( int64_t startTime, xref:wallet/WalletRescanReserver.adoc[WalletRescanReserver] const& reserver); ---- == Return Value The timestamp of the earliest block scanned, or a failure sentinel. == Parameters [cols="1,4"] |=== | Name| Description | *startTime* | The earliest block time to scan from. | *reserver* | The reservation guarding this rescan. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#