[#DescriptorCache-GetCachedParentExtPubKey] = xref:DescriptorCache.adoc[DescriptorCache]::GetCachedParentExtPubKey :relfileprefix: ../ :mrdocs: Retrieve a cached parent xpub == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool GetCachedParentExtPubKey( uint32_t key_exp_pos, xref:CExtPubKey.adoc[CExtPubKey]& xpub) const; ---- == Return Value Whether a parent xpub was cached at that position. == Parameters [cols="1,4"] |=== | Name| Description | *key_exp_pos* [in] | Position of the key expression within the descriptor | *xpub* [out] | The CExtPubKey to get from cache |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#