LicensingModuleAware.sol

Base contract to be inherited by modules that need to access the licensing module.

LICENSING_MODULE

contract ILicensingModule LICENSING_MODULE

Returns the protocol-wide licensing module.

constructor

constructor(address licensingModule) internal

onlyLicensingModule

modifier onlyLicensingModule()

Modifier for authorizing the calling entity to only the LicensingModule.