Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Public Member Functions | |
| CWalletScanState () | |
Public Attributes | |
| unsigned int | nKeys |
| unsigned int | nCKeys |
| unsigned int | nWatchKeys |
| unsigned int | nHDPubKeys |
| unsigned int | nKeyMeta |
| bool | fIsEncrypted |
| bool | fAnyUnordered |
| int | nFileVersion |
| std::vector< uint256 > | vWalletUpgrade |
Detailed Description
Definition at line 236 of file walletdb.cpp.
Constructor & Destructor Documentation
◆ CWalletScanState()
|
inline |
Definition at line 248 of file walletdb.cpp.
References fAnyUnordered, fIsEncrypted, nCKeys, nFileVersion, nHDPubKeys, nKeyMeta, nKeys, and nWatchKeys.
Member Data Documentation
◆ fAnyUnordered
| bool CWalletScanState::fAnyUnordered |
Definition at line 244 of file walletdb.cpp.
Referenced by CWalletScanState(), WalletBatch::LoadWallet(), and ReadKeyValue().
◆ fIsEncrypted
| bool CWalletScanState::fIsEncrypted |
Definition at line 243 of file walletdb.cpp.
Referenced by CWalletScanState(), WalletBatch::LoadWallet(), and ReadKeyValue().
◆ nCKeys
| unsigned int CWalletScanState::nCKeys |
Definition at line 239 of file walletdb.cpp.
Referenced by CWalletScanState(), WalletBatch::LoadWallet(), and ReadKeyValue().
◆ nFileVersion
| int CWalletScanState::nFileVersion |
Definition at line 245 of file walletdb.cpp.
Referenced by CWalletScanState(), WalletBatch::LoadWallet(), and ReadKeyValue().
◆ nHDPubKeys
| unsigned int CWalletScanState::nHDPubKeys |
Definition at line 241 of file walletdb.cpp.
Referenced by CWalletScanState(), WalletBatch::LoadWallet(), and ReadKeyValue().
◆ nKeyMeta
| unsigned int CWalletScanState::nKeyMeta |
Definition at line 242 of file walletdb.cpp.
Referenced by CWalletScanState(), WalletBatch::LoadWallet(), and ReadKeyValue().
◆ nKeys
| unsigned int CWalletScanState::nKeys |
Definition at line 238 of file walletdb.cpp.
Referenced by CWalletScanState(), WalletBatch::LoadWallet(), and ReadKeyValue().
◆ nWatchKeys
| unsigned int CWalletScanState::nWatchKeys |
Definition at line 240 of file walletdb.cpp.
Referenced by CWalletScanState(), WalletBatch::LoadWallet(), and ReadKeyValue().
◆ vWalletUpgrade
| std::vector<uint256> CWalletScanState::vWalletUpgrade |
Definition at line 246 of file walletdb.cpp.
Referenced by WalletBatch::LoadWallet(), and ReadKeyValue().
The documentation for this class was generated from the following file:
- src/wallet/walletdb.cpp

