Bitcoin Core  22.99.0
P2P Digital Currency
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, DescriptorCachem_descriptor_caches
 
std::map< std::pair< uint256, CKeyID >, CKeym_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
 
bool tx_corrupt {false}
 

Detailed Description

Definition at line 298 of file walletdb.cpp.

Constructor & Destructor Documentation

◆ CWalletScanState()

CWalletScanState::CWalletScanState ( )
inline

Definition at line 316 of file walletdb.cpp.

Member Data Documentation

◆ fAnyUnordered

bool CWalletScanState::fAnyUnordered {false}

Definition at line 306 of file walletdb.cpp.

◆ fIsEncrypted

bool CWalletScanState::fIsEncrypted {false}

Definition at line 305 of file walletdb.cpp.

◆ m_active_external_spks

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

Definition at line 308 of file walletdb.cpp.

◆ m_active_internal_spks

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

Definition at line 309 of file walletdb.cpp.

◆ m_descriptor_caches

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

Definition at line 310 of file walletdb.cpp.

◆ m_descriptor_crypt_keys

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

Definition at line 312 of file walletdb.cpp.

◆ m_descriptor_keys

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

Definition at line 311 of file walletdb.cpp.

◆ m_hd_chains

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

Definition at line 313 of file walletdb.cpp.

◆ m_unknown_records

unsigned int CWalletScanState::m_unknown_records {0}

Definition at line 304 of file walletdb.cpp.

◆ nCKeys

unsigned int CWalletScanState::nCKeys {0}

Definition at line 301 of file walletdb.cpp.

◆ nKeyMeta

unsigned int CWalletScanState::nKeyMeta {0}

Definition at line 303 of file walletdb.cpp.

◆ nKeys

unsigned int CWalletScanState::nKeys {0}

Definition at line 300 of file walletdb.cpp.

◆ nWatchKeys

unsigned int CWalletScanState::nWatchKeys {0}

Definition at line 302 of file walletdb.cpp.

◆ tx_corrupt

bool CWalletScanState::tx_corrupt {false}

Definition at line 314 of file walletdb.cpp.

◆ vWalletUpgrade

std::vector<uint256> CWalletScanState::vWalletUpgrade

Definition at line 307 of file walletdb.cpp.


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