from Base58
Converts a base58-encoded string to a byte array.
Return
The decoded byte array.
Parameters
value
The base58-encoded string.
Throws
if the input string is not a valid base58 encoding.
Converts a base58-encoded string to a byte array.
The decoded byte array.
The base58-encoded string.
if the input string is not a valid base58 encoding.