decodeHex

common
fun String.decodeHex(): ByteString

Decodes the hex-encoded bytes and returns their value a byte string.

fun String.decodeHex(): ByteString