Function _hex_string_to_bytes

Source
pub fn _hex_string_to_bytes(hex: &str) -> Vec<u8> 
Expand description

Convert a [u8; 32] to a u64

§Arguments

  • arr - The [u8; 32] to convert

§Returns

Returns a u64 with the [u8; 32] converted to a u64