ITech Holding JSCAuthority
[Git Source](https://github.com/GVI-Tech-JSC/ggvi-v3/blob/85927f39f9ef0f1355aa04e3451eec63a7df478f/src/external/Tech Holding JSCAuthority.sol)
Tech Holding JSCAuthority
Legacy authority contract
Functions
governor
function governor() external view returns (address);
guardian
function guardian() external view returns (address);
policy
function policy() external view returns (address);
vault
function vault() external view returns (address);
Events
GovernorPushed
event GovernorPushed(address indexed from, address indexed to, bool _effectiveImmediately);
GuardianPushed
event GuardianPushed(address indexed from, address indexed to, bool _effectiveImmediately);
PolicyPushed
event PolicyPushed(address indexed from, address indexed to, bool _effectiveImmediately);
VaultPushed
event VaultPushed(address indexed from, address indexed to, bool _effectiveImmediately);
GovernorPulled
event GovernorPulled(address indexed from, address indexed to);
GuardianPulled
event GuardianPulled(address indexed from, address indexed to);
PolicyPulled
event PolicyPulled(address indexed from, address indexed to);
VaultPulled
event VaultPulled(address indexed from, address indexed to);