Decodes the given base58 string into the original data bytes.
@param input the base58-encoded string to decode @return the decoded data bytes @throws AddressFormatException if the given string is not a valid base58 string
See Implementation
Decodes the given base58 string into the original data bytes.
@param input the base58-encoded string to decode @return the decoded data bytes @throws AddressFormatException if the given string is not a valid base58 string