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

Method GetCachedParentExtPubKeys

src/script/descriptor.cpp:1509–1512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507}
1508
1509const ExtPubKeyMap DescriptorCache::GetCachedParentExtPubKeys() const
1510{
1511 return m_parent_xpubs;
1512}
1513
1514const std::unordered_map<uint32_t, ExtPubKeyMap> DescriptorCache::GetCachedDerivedExtPubKeys() const
1515{

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