MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetCachedDerivedExtPubKeys

Method GetCachedDerivedExtPubKeys

src/script/descriptor.cpp:1514–1517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1512}
1513
1514const std::unordered_map<uint32_t, ExtPubKeyMap> DescriptorCache::GetCachedDerivedExtPubKeys() const
1515{
1516 return m_derived_xpubs;
1517}
1518
1519const ExtPubKeyMap DescriptorCache::GetCachedLastHardenedExtPubKeys() const
1520{

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