pub fn validate_tron_address(address: &str) -> Result<()>
Returns Ok(()) if valid, or an error describing the validation failure.
Ok(())