-
I am trying to pass a vector as args to a function I am trying to call? tried passing it in array but still getting an error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi checkout this example I made, here's the frontend code, calling a function which takes a |
Beta Was this translation helpful? Give feedback.
-
@0xaptosj Oh thanks, so after putting it in square bracket it giving me
so here is what I am passing The entry function
|
Beta Was this translation helpful? Give feedback.
Hi checkout this example I made, here's the frontend code, calling a function which takes a
vector<bool>
, the contract doesn't do anything it just emits an event. Here's a tx calling it.