static String? translateMichelsonScriptToMicheline(String code) { var result = Parser.parseMichelsonScript(code); return result; }