Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3086
ExtPubKeyMap DescriptorCache::GetCachedLastHardenedExtPubKeys() const
3087
{
3088
return m_last_hardened_xpubs;
3089
}
Callers
3
UpgradeDescriptorCache
Method · 0.80
WriteDescriptorCacheItems
Method · 0.80
MergeAndDiff
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected