[][src]Function grin_util::from_hex

pub fn from_hex(hex: &str) -> Result<Vec<u8>, String>

Decode a hex string into bytes.