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
This is natively supported in zink benefits from the module system of rust, however, we need to add more tests for this, could be similar to the Transient storage implementation in solidity
Solution
fnfoo(tc:Address){let contract = TContract::transient(tc);let bar = contract.bar.read();}
The text was updated successfully, but these errors were encountered:
Describe the feature
This is natively supported in zink benefits from the module system of rust, however, we need to add more tests for this, could be similar to the Transient storage implementation in solidity
Solution
The text was updated successfully, but these errors were encountered: