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

Name

Description

desc_id

The identifier of the descriptor.

cache

The descriptor cache to store.

Created with MrDocs