MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetCachedDerivedExtPubKeys

Method GetCachedDerivedExtPubKeys

src/script/descriptor.cpp:3081–3084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3079}
3080
3081std::unordered_map<uint32_t, ExtPubKeyMap> DescriptorCache::GetCachedDerivedExtPubKeys() const
3082{
3083 return m_derived_xpubs;
3084}
3085
3086ExtPubKeyMap DescriptorCache::GetCachedLastHardenedExtPubKeys() const
3087{

Callers 4

MergeAndDiffMethod · 0.80
DoCheckFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 2

DoCheckFunction · 0.64
FUZZ_TARGETFunction · 0.64