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