Function grin_util::from_hex

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

Decode a hex string into bytes.