encode

fun encode(input: ByteArray): String

Encodes the given bytes as a base58 string (no checksum is appended).

Author

Marcus Cvjeticanin

Since

0.2.0

Return

the base58-encoded string

Parameters

input

the bytes to encode