Given a struct like this: struct Funds { uint amount; address sender; uint time; }. You can create an array of structs like this:
確定! 回上一頁