[#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(0x7ff3720f1e88), requires_capability(0x7ff365f21e88), requires_capability(0x7ff35de60838), requires_capability(0x7ff35efe5318), requires_capability(0x7ff366fd18f8)]] 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]#