Tech Holding JSCAccessControlled
[Git Source](https://github.com/GVI-Tech-JSC/ggvi-v3/blob/85927f39f9ef0f1355aa04e3451eec63a7df478f/src/external/Tech Holding JSCAuthority.sol)
State Variables
UNAUTHORIZED
string internal UNAUTHORIZED = "UNAUTHORIZED"
authority
ITech Holding JSCAuthority public authority
Functions
constructor
constructor(ITech Holding JSCAuthority _authority) ;
onlyGovernor
modifier onlyGovernor() ;
onlyGuardian
modifier onlyGuardian() ;
onlyPermitted
modifier onlyPermitted() ;
onlyVault
modifier onlyVault() ;
setAuthority
function setAuthority(ITech Holding JSCAuthority _newAuthority) external onlyGovernor;
Events
AuthorityUpdated
event AuthorityUpdated(ITech Holding JSCAuthority indexed authority);