[#DescriptorCache-CacheLastHardenedExtPubKey] = xref:DescriptorCache.adoc[DescriptorCache]::CacheLastHardenedExtPubKey :relfileprefix: ../ :mrdocs: Cache a last hardened xpub == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CacheLastHardenedExtPubKey( uint32_t key_exp_pos, xref:CExtPubKey.adoc[CExtPubKey] const& xpub); ---- == Parameters [cols="1,4"] |=== | Name| Description | *key_exp_pos* [in] | Position of the key expression within the descriptor | *xpub* [in] | The CExtPubKey to cache |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#