Function client::bytes_to_hex_str

source ·
pub(crate) fn bytes_to_hex_str(bytes: &[u8]) -> String
Expand description

Converts a Vec of Bytes to a String of hexadecimal numbers.