encode

fun encode(input: ByteArray): String

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

Return

the base58-encoded string

Parameters

input

the bytes to encode