[#wallet-CWallet-GetHDPubKeys] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::GetHDPubKeys :relfileprefix: ../../ :mrdocs: Retrieve descriptor xpubs matching the requested filter. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e59aa28), requires_capability(0x7f2e11aab7e8), requires_capability(0x7f2e16a015d8), requires_capability(0x7f2e15f30a78), requires_capability(0x7f2e12c6f708)]] xref:wallet/CWallet/HDPubKeyMap.adoc[HDPubKeyMap] GetHDPubKeys(xref:wallet/CWallet/HDKeyFilter.adoc[HDKeyFilter] filter) const; ---- == Return Value The matching descriptor xpubs. == Parameters [cols="1,4"] |=== | Name| Description | *filter* | Which descriptors to include. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#