Web3S_Demo > Web 3S Encoding Function Library > DecodeBase58

DecodeBase58

Decodes a Base58 encoded string into a decoded string.

Inputs

In
Exec

Encoded Data
String

The Base58 encoded string to decode.

Outputs

Out
Exec

Decoded Data
Array of Bytes

The decoded data as binary.

Success
Boolean

True if decoding succeeds, false otherwise.