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 current implementation with a mapping(address => bool) can't be used to enumerate the members of the minter roles. EnumerableSetUpgradeable.AddressSet will be more flexible and can be reused to implement #3
The text was updated successfully, but these errors were encountered:
The current implementation with a
mapping(address => bool)
can't be used to enumerate the members of the minter roles.EnumerableSetUpgradeable.AddressSet
will be more flexible and can be reused to implement #3The text was updated successfully, but these errors were encountered: