Writes a wallet descriptor.
Declared in <wallet/walletdb.h>
bool
WriteDescriptor(
uint256 const& desc_id,
WalletDescriptor const& descriptor);
true if the record was written.
| Name | Description |
|---|---|
| desc_id | The identifier of the descriptor. |
| descriptor | The descriptor to store. |