BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Public Attributes | List of all members
CWalletScanState Class Reference

Public Member Functions

 CWalletScanState ()
 

Public Attributes

unsigned int nKeys
 
unsigned int nCKeys
 
unsigned int nWatchKeys
 
unsigned int nKeyMeta
 
unsigned int m_unknown_records
 
bool fIsEncrypted
 
bool fAnyUnordered
 
int nFileVersion
 
std::vector< uint256vWalletUpgrade
 

Detailed Description

Definition at line 154 of file walletdb.cpp.

Constructor & Destructor Documentation

◆ CWalletScanState()

CWalletScanState::CWalletScanState ( )
inline

Definition at line 166 of file walletdb.cpp.

Member Data Documentation

◆ fAnyUnordered

bool CWalletScanState::fAnyUnordered

Definition at line 162 of file walletdb.cpp.

◆ fIsEncrypted

bool CWalletScanState::fIsEncrypted

Definition at line 161 of file walletdb.cpp.

◆ m_unknown_records

unsigned int CWalletScanState::m_unknown_records

Definition at line 160 of file walletdb.cpp.

◆ nCKeys

unsigned int CWalletScanState::nCKeys

Definition at line 157 of file walletdb.cpp.

◆ nFileVersion

int CWalletScanState::nFileVersion

Definition at line 163 of file walletdb.cpp.

◆ nKeyMeta

unsigned int CWalletScanState::nKeyMeta

Definition at line 159 of file walletdb.cpp.

◆ nKeys

unsigned int CWalletScanState::nKeys

Definition at line 156 of file walletdb.cpp.

◆ nWatchKeys

unsigned int CWalletScanState::nWatchKeys

Definition at line 158 of file walletdb.cpp.

◆ vWalletUpgrade

std::vector<uint256> CWalletScanState::vWalletUpgrade

Definition at line 164 of file walletdb.cpp.


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