Function casper_rust_wasm_sdk::helpers::hex_to_uint8_vec

source ·
pub fn hex_to_uint8_vec(hex_string: &str) -> Vec<u8> 
Expand description

Converts a hexadecimal string to a vector of unsigned 8-bit integers (Uint8Array).

§Arguments

  • hex_string - The hexadecimal string to convert.

§Returns

A vector of unsigned 8-bit integers (Uint8Array) containing the converted value.