Function tari_utilities::hex::from_hex

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

Decode a hex string into bytes.