Skip to main content

IEmissionManager

Git Source

Interface for the EmissionManager policy as of v1.1

Functions

locallyActive

Whether the contract is locally active

function locallyActive() external view returns (bool);

shutdown

Shutdown the emission manager

function shutdown() external;