wallet::WalletBatch::WriteDescriptorCacheItems

Writes all cache items for a descriptor.

Synopsis

Declared in <wallet/walletdb.h>

bool
WriteDescriptorCacheItems(
    uint256 const& desc_id,
    DescriptorCache const& cache);

Return Value

true if the records were written.

Parameters

NameDescription
desc_idThe identifier of the descriptor.
cacheThe descriptor cache to store.