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
After merging of the use-ink/ink#979 we need to refactor all contracts to use Mapping. It should reduce the size of contracts and simplify usage(avoid copying of objects by passing them by reference).
The text was updated successfully, but these errors were encountered:
After merging of the use-ink/ink#979 we need to refactor all contracts to use
Mapping
. It should reduce the size of contracts and simplify usage(avoid copying of objects by passing them by reference).The text was updated successfully, but these errors were encountered: