Validates whether a configuration object is an address-only config.
The configuration object to check
True if the config has only address (and optionally chain) but no clients
if (isAddressOnlyConfig(config)) { console.log('Address-only mode:', config.address);} Copy
if (isAddressOnlyConfig(config)) { console.log('Address-only mode:', config.address);}
Validates whether a configuration object is an address-only config.