ApplicationChecker
Inherits: IApplicationChecker
Functions
_ensureIsNotForeclosed
Ensure that a given application is not foreclosed.
function _ensureIsNotForeclosed(address appContract) internal view;
Parameters
| Name | Type | Description |
|---|---|---|
appContract | address | The application contract address |
notForeclosed
A modifier that ensures an application is not foreclosed.
modifier notForeclosed(address appContract) ;
Parameters
| Name | Type | Description |
|---|---|---|
appContract | address | The application contract address |