Function tari_utilities::hex::to_hex

source ·
pub fn to_hex<T>(bytes: &[T]) -> Stringwhere
    T: LowerHex,
Expand description

Encode the provided bytes into a hex string. This will function will not fail, but will print out if it fails