Returns true if the wallet can give out new addresses. This means it has keys in the keypool or can generate new keys
Declared in <wallet/wallet.h>
bool
CanGetAddresses(bool internal = false) const;
true if the wallet can hand out new addresses.
| Name | Description |
|---|---|
| internal | Whether to check the internal (change) keypool. |