NEWTON
Asked
5 months ago
18
views
0
Hello, I am getting the following error in my starknet contract, does anyone know how to resolve it?
Accessing struct/tuple members for r-value structs is not supported yet.
ㅤ This question was originally posted on Triality
0
Is your struct declared with a let
? If so, then when you're trying to access it you are accessing the r-value itself. Try to define it like this instead: tempvar my_struct : MyStruct = ...
ㅤ This answer was originally posted on Triality
answered
6 months ago
Cairo 0.10.0 Error: Cannot unpack return value error
Cairo Testing Error
Cairo: How do I iterate through an array of structs?
Cairo: Unknown value for memory cell at address
Cairo Error calling function: Expected 'function_name' to be a struct. Found: 'function'.
Cairo: Expected '__main__.Id' to be a struct. Found: 'future'
Cairo start.
Can I transpile any solidity version?
Cairo error: Accessing struct/tuple members for r-value structs is not supported yet
How to generate a proof for a Cairo program and verify it?[StackOverflow]
Which account does protostar deploy command from?
Issue with generating _abi.json file
How to create Structs in Cairo Lang for StarkNet?
Would anyone have a link or know how fast blocks would be generated on StarkNet after Regenesis ?