Function era_test_node::utils::to_human_size
source · pub fn to_human_size(input: U256) -> String
Expand description
Takes long integers and returns them in human friendly format with “_”. For example: 12_334_093
pub fn to_human_size(input: U256) -> String
Takes long integers and returns them in human friendly format with “_”. For example: 12_334_093