Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Member Functions | Public Attributes | List of all members
CWalletScanState Class Reference

Public Member Functions

 CWalletScanState ()
 

Public Attributes

unsigned int nKeys {0}
 
unsigned int nCKeys {0}
 
unsigned int nWatchKeys {0}
 
unsigned int nKeyMeta {0}
 
unsigned int m_unknown_records {0}
 
bool fIsEncrypted {false}
 
bool fAnyUnordered {false}
 
std::vector< uint256vWalletUpgrade
 
std::map< OutputType, uint256m_active_external_spks
 
std::map< OutputType, uint256m_active_internal_spks
 
std::map< uint256,
DescriptorCache
m_descriptor_caches
 
std::map< std::pair< uint256,
CKeyID >, CKey
m_descriptor_keys
 
std::map< std::pair< uint256,
CKeyID >, std::pair< CPubKey,
std::vector< unsigned char > > > 
m_descriptor_crypt_keys
 
std::map< uint160, CHDChainm_hd_chains
 

Detailed Description

Definition at line 248 of file walletdb.cpp.

Constructor & Destructor Documentation

CWalletScanState::CWalletScanState ( )
inline

Definition at line 265 of file walletdb.cpp.

Member Data Documentation

bool CWalletScanState::fAnyUnordered {false}

Definition at line 256 of file walletdb.cpp.

bool CWalletScanState::fIsEncrypted {false}

Definition at line 255 of file walletdb.cpp.

std::map<OutputType, uint256> CWalletScanState::m_active_external_spks

Definition at line 258 of file walletdb.cpp.

std::map<OutputType, uint256> CWalletScanState::m_active_internal_spks

Definition at line 259 of file walletdb.cpp.

std::map<uint256, DescriptorCache> CWalletScanState::m_descriptor_caches

Definition at line 260 of file walletdb.cpp.

std::map<std::pair<uint256, CKeyID>, std::pair<CPubKey, std::vector<unsigned char> > > CWalletScanState::m_descriptor_crypt_keys

Definition at line 262 of file walletdb.cpp.

std::map<std::pair<uint256, CKeyID>, CKey> CWalletScanState::m_descriptor_keys

Definition at line 261 of file walletdb.cpp.

std::map<uint160, CHDChain> CWalletScanState::m_hd_chains

Definition at line 263 of file walletdb.cpp.

unsigned int CWalletScanState::m_unknown_records {0}

Definition at line 254 of file walletdb.cpp.

unsigned int CWalletScanState::nCKeys {0}

Definition at line 251 of file walletdb.cpp.

unsigned int CWalletScanState::nKeyMeta {0}

Definition at line 253 of file walletdb.cpp.

unsigned int CWalletScanState::nKeys {0}

Definition at line 250 of file walletdb.cpp.

unsigned int CWalletScanState::nWatchKeys {0}

Definition at line 252 of file walletdb.cpp.

std::vector<uint256> CWalletScanState::vWalletUpgrade

Definition at line 257 of file walletdb.cpp.


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