Skip to main content
Helpful?

PoolEmptyUnlockTest

Git Source | Generated with forge doc

Inherits: IUnlockCallback

State Variables

manager

IPoolManager manager;

Functions

constructor

constructor(IPoolManager _manager);

unlock

function unlock() external;

unlockCallback

Called by the pool manager on msg.sender when the manager is unlocked

function unlockCallback(bytes calldata) external override returns (bytes memory);

Events

UnlockCallback

event UnlockCallback();
Helpful?