Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CWalletScanState Class Reference
+ Collaboration diagram for CWalletScanState:

Public Member Functions

 CWalletScanState ()
 

Public Attributes

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.

Member Data 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: