Hey guys, good day.
So I wanted to know if I can create an array of type tuple in solidity.
I am trying to store
An array holding type struct.
Oct 2, 2022, 11:31 AM
structName[] variableName
you can push structName structs to it
Oct 2, 2022, 11:35 AM
Yea I already did that.
Now I want to save variableName to another array, that's the problem
Now I want to save variableName to another array, that's the problem
Oct 2, 2022, 11:43 AM