ACE
ACE
I'm trying to push `Child` struct array to `Parent` struct. ``` struct Parent { Child[] children; } struct Child { string name; } function createParent( string[] calldata _childrenName ) external{...
Is there any solution? I'm trying to maintain old projects and facing this issue.
Is there any update about this feature?
> Hi everyone, > > We do not have any updates regarding this feature. Any updates will be posted on this thread as we have them. Thanks, I have one...