Replies: 1 comment 3 replies
-
Currently the only fixed-length array supported is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need encode and call this ABI function
multiRoute(address,uint256,address,address[4])
. Last function parameter is fixed length array of address.How can I do it? May be through json Abi?
Beta Was this translation helpful? Give feedback.
All reactions