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