base
5.0.0.765
jvm
base
/
net.corda.v5.base.util
/
EncodingUtils
/
toBase58
to
Base58
@
NotNull
open
fun
toBase58
(
@
NotNull
bytes
:
Array
<
Byte
>
)
:
String
Convert a byte array to a Base64 encoded
String
.