Bitcoin ABC  0.29.2
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< TxIdvWalletUpgrade
 
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< uint8_t > > > m_descriptor_crypt_keys
 
std::map< uint160, CHDChainm_hd_chains
 

Detailed Description

Definition at line 281 of file walletdb.cpp.

Constructor & Destructor Documentation

◆ CWalletScanState()

CWalletScanState::CWalletScanState ( )
inline

Definition at line 300 of file walletdb.cpp.

Member Data Documentation

◆ fAnyUnordered

bool CWalletScanState::fAnyUnordered {false}

Definition at line 289 of file walletdb.cpp.

◆ fIsEncrypted

bool CWalletScanState::fIsEncrypted {false}

Definition at line 288 of file walletdb.cpp.

◆ m_active_external_spks

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

Definition at line 291 of file walletdb.cpp.

◆ m_active_internal_spks

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

Definition at line 292 of file walletdb.cpp.

◆ m_descriptor_caches

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

Definition at line 293 of file walletdb.cpp.

◆ m_descriptor_crypt_keys

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

Definition at line 297 of file walletdb.cpp.

◆ m_descriptor_keys

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

Definition at line 294 of file walletdb.cpp.

◆ m_hd_chains

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

Definition at line 298 of file walletdb.cpp.

◆ m_unknown_records

unsigned int CWalletScanState::m_unknown_records {0}

Definition at line 287 of file walletdb.cpp.

◆ nCKeys

unsigned int CWalletScanState::nCKeys {0}

Definition at line 284 of file walletdb.cpp.

◆ nKeyMeta

unsigned int CWalletScanState::nKeyMeta {0}

Definition at line 286 of file walletdb.cpp.

◆ nKeys

unsigned int CWalletScanState::nKeys {0}

Definition at line 283 of file walletdb.cpp.

◆ nWatchKeys

unsigned int CWalletScanState::nWatchKeys {0}

Definition at line 285 of file walletdb.cpp.

◆ vWalletUpgrade

std::vector<TxId> CWalletScanState::vWalletUpgrade

Definition at line 290 of file walletdb.cpp.


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