![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
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< uint256 > | vWalletUpgrade |
std::map< OutputType, uint256 > | m_active_external_spks |
std::map< OutputType, uint256 > | m_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, CHDChain > | m_hd_chains |
Definition at line 250 of file walletdb.cpp.
|
inline |
Definition at line 267 of file walletdb.cpp.
bool CWalletScanState::fAnyUnordered {false} |
Definition at line 258 of file walletdb.cpp.
bool CWalletScanState::fIsEncrypted {false} |
Definition at line 257 of file walletdb.cpp.
std::map<OutputType, uint256> CWalletScanState::m_active_external_spks |
Definition at line 260 of file walletdb.cpp.
std::map<OutputType, uint256> CWalletScanState::m_active_internal_spks |
Definition at line 261 of file walletdb.cpp.
std::map<uint256, DescriptorCache> CWalletScanState::m_descriptor_caches |
Definition at line 262 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 264 of file walletdb.cpp.
Definition at line 263 of file walletdb.cpp.
Definition at line 265 of file walletdb.cpp.
unsigned int CWalletScanState::m_unknown_records {0} |
Definition at line 256 of file walletdb.cpp.
unsigned int CWalletScanState::nCKeys {0} |
Definition at line 253 of file walletdb.cpp.
unsigned int CWalletScanState::nKeyMeta {0} |
Definition at line 255 of file walletdb.cpp.
unsigned int CWalletScanState::nKeys {0} |
Definition at line 252 of file walletdb.cpp.
unsigned int CWalletScanState::nWatchKeys {0} |
Definition at line 254 of file walletdb.cpp.
std::vector<uint256> CWalletScanState::vWalletUpgrade |
Definition at line 259 of file walletdb.cpp.