Bitcoin Core  27.99.0
P2P Digital Currency
DescriptorCache Member List

This is the complete list of members for DescriptorCache, including all inherited members.

CacheDerivedExtPubKey(uint32_t key_exp_pos, uint32_t der_index, const CExtPubKey &xpub)DescriptorCache
CacheLastHardenedExtPubKey(uint32_t key_exp_pos, const CExtPubKey &xpub)DescriptorCache
CacheParentExtPubKey(uint32_t key_exp_pos, const CExtPubKey &xpub)DescriptorCache
GetCachedDerivedExtPubKey(uint32_t key_exp_pos, uint32_t der_index, CExtPubKey &xpub) constDescriptorCache
GetCachedDerivedExtPubKeys() constDescriptorCache
GetCachedLastHardenedExtPubKey(uint32_t key_exp_pos, CExtPubKey &xpub) constDescriptorCache
GetCachedLastHardenedExtPubKeys() constDescriptorCache
GetCachedParentExtPubKey(uint32_t key_exp_pos, CExtPubKey &xpub) constDescriptorCache
GetCachedParentExtPubKeys() constDescriptorCache
m_derived_xpubsDescriptorCacheprivate
m_last_hardened_xpubsDescriptorCacheprivate
m_parent_xpubsDescriptorCacheprivate
MergeAndDiff(const DescriptorCache &other)DescriptorCache