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
StableBTreeMap is currently a function...make it a class (i.e. new StableBTreeMap(0)). Once it is a class, you might be able to get rid of some unfortunate TypeScript type repeatings. Clean up everything that you can now that it is a class.
Make StableBTreeMap a class in stable
Clean up all types etc, anything that can be cleaned up now
Update all tests and documentation (there might not be any stable documentation on this, don't edit chapter 5 of The Azle Book)
The text was updated successfully, but these errors were encountered:
StableBTreeMap is currently a function...make it a class (i.e.
new StableBTreeMap(0)
). Once it is a class, you might be able to get rid of some unfortunate TypeScript type repeatings. Clean up everything that you can now that it is a class.The text was updated successfully, but these errors were encountered: