ILockManagerFactory
Functions
createLockManager
Creates a lock manager
function createLockManager(IPoolManager.LockManagerParams calldata _lockManagerParams)
external
returns (ILockManager _lockManager);
Parameters
| Name | Type | Description |
|---|---|---|
_lockManagerParams | LockManagerParams.IPoolManager | The parameters to initialize the lock manager |
Returns
| Name | Type | Description |
|---|---|---|
_lockManager | ILockManager | The created lock manager |
Events
LockManagerCreated
Emitted when the lock manager is created
event LockManagerCreated(ILockManager _lockManager);