Bitcoin Core  25.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::CWalletScanState Class Reference

Public Member Functions

 CWalletScanState ()=default
 

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}
 
bool descriptor_unknown {false}
 
bool unexpected_legacy_entry {false}
 

Detailed Description

Definition at line 300 of file walletdb.cpp.

Constructor & Destructor Documentation

◆ CWalletScanState()

wallet::CWalletScanState::CWalletScanState ( )
default

Member Data Documentation

◆ descriptor_unknown

bool wallet::CWalletScanState::descriptor_unknown {false}

Definition at line 317 of file walletdb.cpp.

◆ fAnyUnordered

bool wallet::CWalletScanState::fAnyUnordered {false}

Definition at line 308 of file walletdb.cpp.

◆ fIsEncrypted

bool wallet::CWalletScanState::fIsEncrypted {false}

Definition at line 307 of file walletdb.cpp.

◆ m_active_external_spks

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

Definition at line 310 of file walletdb.cpp.

◆ m_active_internal_spks

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

Definition at line 311 of file walletdb.cpp.

◆ m_descriptor_caches

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

Definition at line 312 of file walletdb.cpp.

◆ m_descriptor_crypt_keys

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

Definition at line 314 of file walletdb.cpp.

◆ m_descriptor_keys

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

Definition at line 313 of file walletdb.cpp.

◆ m_hd_chains

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

Definition at line 315 of file walletdb.cpp.

◆ m_unknown_records

unsigned int wallet::CWalletScanState::m_unknown_records {0}

Definition at line 306 of file walletdb.cpp.

◆ nCKeys

unsigned int wallet::CWalletScanState::nCKeys {0}

Definition at line 303 of file walletdb.cpp.

◆ nKeyMeta

unsigned int wallet::CWalletScanState::nKeyMeta {0}

Definition at line 305 of file walletdb.cpp.

◆ nKeys

unsigned int wallet::CWalletScanState::nKeys {0}

Definition at line 302 of file walletdb.cpp.

◆ nWatchKeys

unsigned int wallet::CWalletScanState::nWatchKeys {0}

Definition at line 304 of file walletdb.cpp.

◆ tx_corrupt

bool wallet::CWalletScanState::tx_corrupt {false}

Definition at line 316 of file walletdb.cpp.

◆ unexpected_legacy_entry

bool wallet::CWalletScanState::unexpected_legacy_entry {false}

Definition at line 318 of file walletdb.cpp.

◆ vWalletUpgrade

std::vector<uint256> wallet::CWalletScanState::vWalletUpgrade

Definition at line 309 of file walletdb.cpp.


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