Instruction.is_storage_read()
Returns True if the instruction is a storage read instruction, else returns False. A storage read instruction just reads the value of a state variable without making any changes to it
Query
Output
In the output above, the instruction only reads the _balances mapping, hence True is returned
Last updated