Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Data Fields
CWalletScanState Class Reference
+ Collaboration diagram for CWalletScanState:

Public Member Functions

 CWalletScanState ()
 

Data Fields

unsigned int nKeys
 
unsigned int nCKeys
 
unsigned int nKeyMeta
 
bool fIsEncrypted
 
bool fAnyUnordered
 
int nFileVersion
 
vector< uint256vWalletUpgrade
 

Detailed Description

Definition at line 309 of file walletdb.cpp.

Constructor & Destructor Documentation

CWalletScanState::CWalletScanState ( )
inline

Definition at line 319 of file walletdb.cpp.

Field Documentation

bool CWalletScanState::fAnyUnordered

Definition at line 315 of file walletdb.cpp.

Referenced by CWalletDB::LoadWallet(), and ReadKeyValue().

bool CWalletScanState::fIsEncrypted

Definition at line 314 of file walletdb.cpp.

Referenced by CWalletDB::LoadWallet(), and ReadKeyValue().

unsigned int CWalletScanState::nCKeys

Definition at line 312 of file walletdb.cpp.

Referenced by CWalletDB::LoadWallet(), and ReadKeyValue().

int CWalletScanState::nFileVersion

Definition at line 316 of file walletdb.cpp.

Referenced by CWalletDB::LoadWallet(), and ReadKeyValue().

unsigned int CWalletScanState::nKeyMeta

Definition at line 313 of file walletdb.cpp.

Referenced by CWalletDB::LoadWallet(), and ReadKeyValue().

unsigned int CWalletScanState::nKeys

Definition at line 311 of file walletdb.cpp.

Referenced by CWalletDB::LoadWallet(), and ReadKeyValue().

vector<uint256> CWalletScanState::vWalletUpgrade

Definition at line 317 of file walletdb.cpp.

Referenced by CWalletDB::LoadWallet(), and ReadKeyValue().


The documentation for this class was generated from the following file: