decode

fun decode(input: String): ByteArray

Decodes the given base58 string into the original data bytes.

Return

the decoded data bytes

Parameters

input

the base58-encoded string to decode