IERC4626TimelockForm

Git Source

Inherits: IERC4626Form

Author: Zeropoint Labs

SPDX-License-Identifier: Apache-2.0

Interface used by ERC4626TimelockForm. Required by TwostepsFormStateRegistry to call processUnlock() function

Functions

withdrawAfterCoolDown

Process unlock request

function withdrawAfterCoolDown(uint256 amount_, TimelockPayload memory p_) external;

unlockId

function unlockId(uint256 unlockCounter_) external view returns (InitSingleVaultData memory singleVaultData);