Returns whether this spkm can hand out new addresses.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
CanGetAddresses(bool internal = false) const override;
true if new addresses can be handed out.
| Name | Description |
|---|---|
| internal | Whether to check the internal (change) chain. |