AccessManagedStorageLib
AccessManagedStorageLib
The storage related part of the AccessManaged contract
AuthorityUpdated
event AuthorityUpdated(address authority)AccessManagedStorage
struct AccessManagedStorage {
address _authority;
bool _consumingSchedule;
}layout
function layout() internal pure returns (struct AccessManagedStorageLib.AccessManagedStorage l)Was this helpful?