[][src]Function grin_util::from_hex

pub fn from_hex(hex_str: String) -> Result<Vec<u8>, ParseIntError>

Decode a hex string into bytes.