Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ApplicationChecker

Git Source

Inherits: IApplicationChecker

Functions

_ensureIsNotForeclosed

Ensure that a given application is not foreclosed.

function _ensureIsNotForeclosed(address appContract) internal view;

Parameters

NameTypeDescription
appContractaddressThe application contract address

notForeclosed

A modifier that ensures an application is not foreclosed.

modifier notForeclosed(address appContract) ;

Parameters

NameTypeDescription
appContractaddressThe application contract address