Decodes the output of the function from the encoded hexadecimal string output.
List<dynamic> decodeOutputHex(String encodedOutput) { return decodeOutput(BytesUtils.fromHexString(encodedOutput)); }