Function grin_util::from_hex

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

Decode a hex string into bytes.