Parses a descriptor from its string form and updates the descriptor and id.
Synopsis
Declared in <wallet/walletutil.h>
void
DeserializeDescriptor(std::string const& str);
Parameters
Name |
Description |
str |
The descriptor string to parse. |
Created with MrDocs