[#wallet-CWallet-ScanResult-last_scanned_block] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::xref:wallet/CWallet/ScanResult.adoc[ScanResult]::last_scanned_block :relfileprefix: ../../../ :mrdocs: Hash and height of most recent block that was successfully scanned. Unset if no blocks were scanned due to read errors or the chain being empty. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] last_scanned_block; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#