Hello! I am trying to call a function from another contract but the function has an array of addresses as a parameter. How should I declare the function signature???? I tried "call("function(address[])",address[])" but it seems to not be working...

Feb 7, 2021, 8:28 PM
Why not just "anotherContr.func(myarr);"
Feb 8, 2021, 5:48 AM
I see that you have experience, how can you see an Array of Structs?
Feb 8, 2021, 5:59 AM
Yes I've seen your question now maybe five times but I don't know the answer
Feb 8, 2021, 6:03 AM
Try adding experimentalABI to your contract. It sometimes work
Feb 8, 2021, 7:10 AM

© 2024 Draquery.com All rights reserved.