decode

open fun decode(input: String): Array<Byte>

Decodes the given base58 string into the original data bytes.

Return

the decoded data bytes

Parameters

input

the base58-encoded string to decode