is_valid_ethereum_address

Function is_valid_ethereum_address 

Source
pub fn is_valid_ethereum_address<S: AsRef<str>>(address: S) -> bool
Expand description

Check if an string is a valid ethereum address (valid hex and length 20).