IWithdrawalManagerStorage
Last updated
Last updated
Gets the id of the latest config.
Returns
configId_
uint256
The id of the latest config.
Gets the exit cycle id of an account.
Parameters
account_
address
The address of the account.
Returns
cycleId_
uint256
The id of the exit cycle.
Gets the locked shares of an account.
Parameters
account_
address
The address of the account.
Returns
lockedShares_
uint256
The amount of locked shares under the account.
Gets the total locked shares of a cycle.
Parameters
cycleId_
uint256
The id of the cycle.
Returns
totalCycleShares_
uint256
The total amount of locked shares under the cycle.