[#wallet-DescriptorScriptPubKeyMan-GetWalletDescriptor] = xref:wallet.adoc[wallet]::xref:wallet/DescriptorScriptPubKeyMan.adoc[DescriptorScriptPubKeyMan]::GetWalletDescriptor :relfileprefix: ../../ :mrdocs: Returns a copy of this spkm's wallet descriptor. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff371803c78), requires_capability(0x7ff3656310d8), requires_capability(0x7ff35d350c58), requires_capability(0x7ff365aaabc8), requires_capability(0x7ff379b45fd8), requires_capability(0x7ff37e1e2688)]] xref:wallet/WalletDescriptor.adoc[WalletDescriptor] GetWalletDescriptor() const; ---- == Return Value A copy of the wallet descriptor. [.small]#Created with https://www.mrdocs.com[MrDocs]#