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

Method GetCachedLastHardenedExtPubKeys

src/script/descriptor.cpp:3086–3089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3084}
3085
3086ExtPubKeyMap DescriptorCache::GetCachedLastHardenedExtPubKeys() const
3087{
3088 return m_last_hardened_xpubs;
3089}

Callers 3

MergeAndDiffMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected