Function ethers_core::utils::format_units [−][src]
pub fn format_units<T: Into<U256>, K: Into<Units>>(amount: T, units: K) -> U256
Expand description
Divides the provided amount with 10^{units} provided.
pub fn format_units<T: Into<U256>, K: Into<Units>>(amount: T, units: K) -> U256
Divides the provided amount with 10^{units} provided.