[#wallet-DescriptorScriptPubKeyMan-CanGetAddresses] = xref:wallet.adoc[wallet]::xref:wallet/DescriptorScriptPubKeyMan.adoc[DescriptorScriptPubKeyMan]::CanGetAddresses :relfileprefix: ../../ :mrdocs: Returns whether this spkm can hand out new addresses. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CanGetAddresses(bool internal = false) const override; ---- == Return Value true if new addresses can be handed out. == Parameters [cols="1,4"] |=== | Name| Description | *internal* | Whether to check the internal (change) chain. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#