Can we use int
instead of frontend.Variable
in circuit schema
#351
-
I have a usecase where I need to index an array inside the circuit using a variable defined in the circuit schema. If I make the variable of type If I make the variable Can someone please suggest a workaround for this, or how to solve this issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Array indexing inside a circuit is not supported yet. If you have limited number of elements, you can play with the |
Beta Was this translation helpful? Give feedback.
Array indexing inside a circuit is not supported yet. If you have limited number of elements, you can play with the
Select
orLookup
apis -- .