ethers_core::utils
pub fn parse_units<S, K>(amount: S, units: K) -> Result<U256, S::Error> where S: TryInto<U256>, K: Into<Units>,
Multiplies the provided amount with 10^{units} provided.