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
Yeah, and I found that you can define extension as Option<Empty>, but that’s more steps that are subjectively unnecessary, especially when trying to write clean and concise tests
Why is
Extension
on MintMsg? Shouldnt the extensions be global throughout the contract?If not, Extension should be
Option<T>
instead ofT
as this will make development easier.The text was updated successfully, but these errors were encountered: