Function sylvia_iot_corelib::strings::u128_to_addr
source · pub fn u128_to_addr(value: u128, len: usize) -> String
Expand description
To generate hex address string with the specified length (hex string length).
pub fn u128_to_addr(value: u128, len: usize) -> String
To generate hex address string with the specified length (hex string length).