lockDuration()
This function is in the PendingWithdrawals.sol contract.
Function lockDuration()
PendingWithdrawals.sol
This function is used to get the length of the cooldown period for withdrawals.
Return Variables
This function returns the length of the withdrawal cooldown period, in seconds.
Variable Type
Returns
uint32
The number returned represents the cooldown period, in seconds, for withdrawals.
For example:
604800 uint32
Last updated