Function bitcoin_units::parse::hex_u128

source ·
pub fn hex_u128<S: AsRef<str> + Into<String>>(
    s: S
) -> Result<u128, ParseIntError>
Expand description

Parses a u128 from a hex string.

Input string may or may not contain a 0x prefix.