Base58.decode

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

class Base58
static
byte[]
decode
(
string input
)

Meta