oysterpack / oysterpack-smart-near

OysterPack SMART
MIT License
2 stars 0 forks source link

Enhance `PermissionsManagement` to support tracking permissioned accounts #5

Open oysterpack opened 3 years ago

oysterpack commented 3 years ago

Story

The PermissionsManagement interface only supports querying a single account for its permissions. Enhance the interface to support the following:

  1. number of accounts per permission
  2. get listing of account IDs per permission

Notes