Writes all cache items for a descriptor.
Declared in <wallet/walletdb.h>
bool
WriteDescriptorCacheItems(
uint256 const& desc_id,
DescriptorCache const& cache);
true if the records were written.
| Name | Description |
|---|---|
| desc_id | The identifier of the descriptor. |
| cache | The descriptor cache to store. |