Enum ethers_core::utils::Units  [−][src]
pub enum Units {
    Ether,
    Gwei,
    Wei,
    Other(u32),
}Expand description
Common Ethereum unit types.
Variants
Ether corresponds to 1e18 Wei
Gwei corresponds to 1e9 Wei
Wei corresponds to 1 Wei
Use this for other less frequent unit sizes
Tuple Fields of Other
0: u32