Dash Core  0.12.2.1
P2P Digital Currency
CWalletScanState Class Reference

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 331 of file walletdb.cpp.

Constructor & Destructor Documentation

◆ CWalletScanState()

CWalletScanState::CWalletScanState ( )
inline

Definition at line 341 of file walletdb.cpp.

Member Data Documentation

◆ fAnyUnordered

bool CWalletScanState::fAnyUnordered

Definition at line 337 of file walletdb.cpp.

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

◆ fIsEncrypted

bool CWalletScanState::fIsEncrypted

Definition at line 336 of file walletdb.cpp.

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

◆ nCKeys

unsigned int CWalletScanState::nCKeys

Definition at line 334 of file walletdb.cpp.

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

◆ nFileVersion

int CWalletScanState::nFileVersion

Definition at line 338 of file walletdb.cpp.

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

◆ nKeyMeta

unsigned int CWalletScanState::nKeyMeta

Definition at line 335 of file walletdb.cpp.

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

◆ nKeys

unsigned int CWalletScanState::nKeys

Definition at line 333 of file walletdb.cpp.

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

◆ vWalletUpgrade

vector<uint256> CWalletScanState::vWalletUpgrade

Definition at line 339 of file walletdb.cpp.

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


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