JBPermissions
Inherits: IJBPermissions
Stores permissions for all addresses and operators. Addresses can give permissions to any other address (i.e. an operator) to execute specific operations on their behalf.
State Variables
WILDCARD_PROJECT_ID
The project ID considered a wildcard, meaning it will grant permissions to all projects.
uint256 public constant override WILDCARD_PROJECT_ID = 0;