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
Currently, the differentiation between reading and transactional operations within smart contracts is managed by the nonPersistentExecution parameter in the callSc method. This approach, while functional, can lead to confusion and obscures the intention behind contract interactions.
The call method should return a single data type, ensuring consistency across smart contracts and simplifying developer interaction.
The text was updated successfully, but these errors were encountered:
Currently, the differentiation between reading and transactional operations within smart contracts is managed by the nonPersistentExecution parameter in the callSc method. This approach, while functional, can lead to confusion and obscures the intention behind contract interactions.
The call method should return a single data type, ensuring consistency across smart contracts and simplifying developer interaction.
The text was updated successfully, but these errors were encountered: