Decodes a Base58 encoded string into a decoded string.
|
In
Exec
|
|
|
Encoded Data
String
|
The Base58 encoded string to decode. |
|
Out
Exec
|
|
|
Decoded Data
Array of Bytes
|
The decoded data as binary. |
|
Success
Boolean
|
True if decoding succeeds, false otherwise. |