Add proper validation for network_id and identity parameters to ensure they contain valid hexadecimal characters. Previously, non-hex input would raise ValueError instead of the expected ClanError, bypassing proper error handling.
Add proper validation for network_id and identity parameters to ensure they contain valid hexadecimal characters. Previously, non-hex input would raise ValueError instead of the expected ClanError, bypassing proper error handling.