OnFlow.Util.encode16

You're seeing just the function encode16, go back to OnFlow.Util module for more information.

Specs

encode16(binary()) :: String.t()

Encodes the given binary to a hex string.

iex> encode16("")
""

iex> encode16("foo")
"666f6f"