Validates whether a configuration object is a read-only config with public client.
The configuration object to check
True if the config has publicClient and address but no walletClient
if (isReadOnlyConfig(config)) { console.log('Read-only mode with address:', config.address);} Copy
if (isReadOnlyConfig(config)) { console.log('Read-only mode with address:', config.address);}
Validates whether a configuration object is a read-only config with public client.