Function casper_rust_wasm_sdk::helpers::hex_to_string

source ·
pub fn hex_to_string(hex_string: &str) -> String
Expand description

Converts a hexadecimal string to a regular string.

§Arguments

  • hex_string - The hexadecimal string to convert.

§Returns

A regular string containing the converted value.