Function pallet_3vm_account_mapping::to_ascii_hex
source · pub fn to_ascii_hex(data: &[u8]) -> Vec<u8> ⓘ
Expand description
Converts the given binary data into ASCII-encoded hex. It will be twice the length.
pub fn to_ascii_hex(data: &[u8]) -> Vec<u8> ⓘ
Converts the given binary data into ASCII-encoded hex. It will be twice the length.