wallet::ScriptPubKeyMan::CanGetAddresses

Returns true if the wallet can give out new addresses. This means it has keys in the keypool or can generate new keys

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
CanGetAddresses(bool internal = false) const;

Return Value

true if new addresses can be handed out.

Parameters

NameDescription
internalWhether to check the internal (change) chain.