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