[#wallet-CWallet-HDKeyFilter] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::HDKeyFilter :relfileprefix: ../../ :mrdocs: Which descriptors GetHDPubKeys() should consider. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class HDKeyFilter : int; ---- == Members [cols="1,4"] |=== | Name| Description | `Active` | Only active descriptors | `All` | All descriptors | `UnusedKey` | Only unused(KEY) descriptors |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#