ROJIOrganizationManager
ROJIOrganizationManager
Manages the access for individual organizations. Each organization within ROJI's ecosystem should have a permission system per network.
constructor
constructor(address owner) public payable
This construct a diamond contract
Parameters
Name
Type
Description
owner
address
The owner of the contract. Required for create2 deployment
Was this helpful?