Function sylvia_iot_corelib::strings::hex_addr_to_u128
source · pub fn hex_addr_to_u128(addr: &str) -> Result<u128, &'static str>
Expand description
To transfer hex address string to 128-bit integer.
pub fn hex_addr_to_u128(addr: &str) -> Result<u128, &'static str>
To transfer hex address string to 128-bit integer.