Function is_valid_address
Source pub fn is_valid_address(address: &str) -> bool
Expand description
Validate that an EVM address is properly formatted.
§Arguments
address - EVM address string to validate
§Returns
true if the address is valid, false otherwise.