You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the example from https://starknet-by-example.voyager.online/ch02/list.html . The implementation stores a List, and I'd like to index into the list, and modify the field of a task, however, I cannot even read any fields from the indexed task.
I've been looking online, but have had no luck for the last few hours
I receive the error "Type annotations needed. Failed to infer ?"
Here's a new function I was trying to add that did the described functionality
I also tried original_task.description instead of original_task.description.read()
But neither worked
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently using the example from https://starknet-by-example.voyager.online/ch02/list.html . The implementation stores a List, and I'd like to index into the list, and modify the field of a task, however, I cannot even read any fields from the indexed task.
I've been looking online, but have had no luck for the last few hours
I receive the error "Type annotations needed. Failed to infer ?"
Here's a new function I was trying to add that did the described functionality
I also tried original_task.description instead of original_task.description.read()
But neither worked
Beta Was this translation helpful? Give feedback.
All reactions