| 3074 | } |
| 3075 | |
| 3076 | ExtPubKeyMap DescriptorCache::GetCachedParentExtPubKeys() const |
| 3077 | { |
| 3078 | return m_parent_xpubs; |
| 3079 | } |
| 3080 | |
| 3081 | std::unordered_map<uint32_t, ExtPubKeyMap> DescriptorCache::GetCachedDerivedExtPubKeys() const |
| 3082 | { |
no outgoing calls