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
The attribute macros generate getters and setters (MyAccountStorage::foo().get(), .set(value: Word)) for the fields which call get_item and set_item on the account storage.
The text was updated successfully, but these errors were encountered:
As discussed in #333
The attribute macros generate getters and setters (
MyAccountStorage::foo().get()
,.set(value: Word)
) for the fields which callget_item
andset_item
on the account storage.The text was updated successfully, but these errors were encountered: