Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

feat(Acl): add `acl_revoke_super_admin` #89

Closed mooori closed 1 year ago

mooori commented 1 year ago

Adds the function to the AccessControllable trait and provides a default implementation.

Closes this external issue.