[][src]Function bitcoin_spv::utils::deserialize_hex

pub fn deserialize_hex(s: &str) -> Result<Vec<u8>, FromHexError>

Deserializes a hex string into a u8 array.

Arguments

  • s - The hex string