In solidity a state variable is the one that is stored permanently in contract storage.
State variables are declared outside of the scope of the function.
Changing the state variable is considered a transaction.
In solidity a state variable is the one that is stored permanently in contract storage.
State variables are declared outside of the scope of the function.
Changing the state variable is considered a transaction.