The following will work: contract Test { struct Object { uint a; string b; string[] c; mapping(uint => uint) d; } Object field; ...
確定! 回上一頁