#include <wallet.h>
Definition at line 636 of file wallet.h.
◆ anonymous enum
| Enumerator |
|---|
| SUCCESS | |
| FAILURE | |
| USER_ABORT | |
Definition at line 637 of file wallet.h.
◆ last_failed_block
| uint256 wallet::CWallet::ScanResult::last_failed_block |
Height of the most recent block that could not be scanned due to read errors or pruning.
Will be set if status is FAILURE, unset if status is SUCCESS, and may or may not be set if status is USER_ABORT.
Definition at line 649 of file wallet.h.
◆ last_scanned_block
| uint256 wallet::CWallet::ScanResult::last_scanned_block |
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.
Definition at line 642 of file wallet.h.
◆ last_scanned_height
| std::optional<int> wallet::CWallet::ScanResult::last_scanned_height |
| enum { ... } wallet::CWallet::ScanResult::status |
The documentation for this struct was generated from the following file: