fromBase58

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.