[#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(0x7f2e1dcac818), requires_capability(0x7f2e111baa38), requires_capability(0x7f2e15ef19f8), requires_capability(0x7f2e23730858), requires_capability(0x7f2e26613418), requires_capability(0x7f2e2357e308)]] xref:wallet/WalletDescriptor.adoc[WalletDescriptor] GetWalletDescriptor() const; ---- == Return Value A copy of the wallet descriptor. [.small]#Created with https://www.mrdocs.com[MrDocs]#