Helpful?
IUnlockCallback
Git Source | Generated with forge doc
Interface for the callback executed when an address unlocks the pool manager
Functions
unlockCallback
Called by the pool manager on msg.sender when the manager is unlocked
function unlockCallback(bytes calldata data) external returns (bytes memory);
Parameters
| Name | Type | Description |
|---|---|---|
data | bytes | The data that was passed to the call to unlock |
Returns
| Name | Type | Description |
|---|---|---|
<none> | bytes | Any data that you want to be returned from the unlock call |