decode

fun decode(input: String): ByteArray

Decodes the given base58 string into the original data bytes.

Author

Marcus Cvjeticanin

Since

0.2.0

Return

the decoded data bytes

Parameters

input

the base58-encoded string to decode