Writes the last hardened extended public key into a descriptor's cache.
Declared in <wallet/walletdb.h>
bool
WriteDescriptorLastHardenedCache(
CExtPubKey const& xpub,
uint256 const& desc_id,
uint32_t key_exp_index);
true if the record was written.
| Name | Description |
|---|---|
| xpub | The extended public key to cache. |
| desc_id | The identifier of the descriptor. |
| key_exp_index | The key expression index within the descriptor. |