Skip to main content
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

NameTypeDescription
databytesThe data that was passed to the call to unlock

Returns

NameTypeDescription
<none>bytesAny data that you want to be returned from the unlock call
Helpful?