For the complete documentation index, see llms.txt. This page is also available as Markdown.

WithdrawalManagerStorage

Git Source

Inherits: IWithdrawalManagerStorage

State Variables

latestConfigId

uint256 public override latestConfigId;

cycleConfigs

mapping(uint256 => WithdrawalManager.CycleConfig) internal cycleConfigs;

exitCycleId

mapping(address => uint256) public override exitCycleId;

lockedShares

mapping(address => uint256) public override lockedShares;

totalCycleShares

mapping(uint256 => uint256) public override totalCycleShares;

Last updated

Was this helpful?