base58toHex

@NotNull
open fun base58toHex(@NotNull input: String): String

Encoding changer. Base58-String to Hex-String, that is "SGVsbG8gV29ybGQ=" to "48656C6C6F20576F726C64".