You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// var _out = await _token.CallFunction("getStructMultiReturnData()", new string[]{"uint","string","bool","address","struct(uint,string,bool,address)"});
113
+
// foreach(object _o in _out) {
114
+
// Debug.Log(_o);
115
+
// }
116
+
117
+
// Debug.Log("TEST: getStructArr()");
118
+
// var _out = await _token.CallFunction("getStructArr(DataStruct[] memory _arr)", new string[]{"struct[](uint,string,bool,address)"}, new string[]{});
119
+
// foreach(object _o in _out) {
120
+
// Debug.Log(_o);
121
+
// }
122
+
123
+
// Debug.Log("TEST: getUintArr()");
124
+
// var _out = await _token.CallFunction("getUintArr(uint256[])", new string[]{"uint[]"}, new string[]{"uint[](12415,23431,3555523)"});
0 commit comments