wallet::CWallet::ScanResult::Unnamed enum

Overall status of the scan.

Synopsis

Declared in <wallet/wallet.h>

enum Unnamed enum;

Members

NameDescription
SUCCESS All requested blocks were scanned successfully.
FAILURE A block could not be scanned due to read errors or pruning.
USER_ABORT The scan was aborted by the user before completing.