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