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
As a developer, I need to know how to make my contract and its related assets (objects, invitations, etc) durable across updates and restarts. I can see things like prepare, prepareExoClassKit, prepareExoClass, provideDurableMapStore used in some of the more recent contract examples, but I'm not entirely sure how they work or when to use them.
The text was updated successfully, but these errors were encountered:
As a developer, I need to know how to make my contract and its related assets (objects, invitations, etc) durable across updates and restarts. I can see things like
prepare
,prepareExoClassKit
,prepareExoClass
,provideDurableMapStore
used in some of the more recent contract examples, but I'm not entirely sure how they work or when to use them.The text was updated successfully, but these errors were encountered: