referrerpolicy=no-referrer-when-downgrade

Function pretty_balance

Source
pub fn pretty_balance<B: Into<u128>>(b: B, token: &str, decimals: u32) -> String
Expand description

Format a single ExtendedBalance into a pretty string with the given token symbol and decimals.