toHexString

fun BigInteger.toHexString(): String

Converts BigInteger to hex string with 0x prefix.

Return

Hex string representation with 0x prefix


Converts a ByteArray to a hex string with 0x prefix.

Return

Hex string representation with 0x prefix