wallet::DescriptorScriptPubKeyMan::CanGetAddresses

Returns whether this spkm can hand out new addresses.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
CanGetAddresses(bool internal = false) const override;

Return Value

true if new addresses can be handed out.

Parameters

NameDescription
internalWhether to check the internal (change) chain.