[#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(0x7f94fde074d8), requires_capability(0x7f95061aa218), requires_capability(0x7f94f2b7ad28), requires_capability(0x7f94f0cf99b8), requires_capability(0x7f94fee3c3a8)]] 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]#