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
Your class must have a constructor(). You will not be able to call it, which is why it should not accept any parameters. You must declare all the parameters that you are planning to use in the constructor and set default values.
From: @aut-protocol https://github.com/Aut-Protocol/Aut-on-NEAR/blob/main/protocol/pagoda_journey.md
Make it super clear in the docs that the state won't work if it's not initalized when set as a property, even if it does in the initializer. Example:
The text was updated successfully, but these errors were encountered: