IWithdrawalManagerStorage
Functions
latestConfigId
Gets the id of the latest config.
Returns
Name | Type | Description |
---|---|---|
|
| The id of the latest config. |
exitCycleId
Gets the exit cycle id of an account.
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the account. |
Returns
Name | Type | Description |
---|---|---|
|
| The id of the exit cycle. |
lockedShares
Gets the locked shares of an account.
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the account. |
Returns
Name | Type | Description |
---|---|---|
|
| The amount of locked shares under the account. |
totalCycleShares
Gets the total locked shares of a cycle.
Parameters
Name | Type | Description |
---|---|---|
|
| The id of the cycle. |
Returns
Name | Type | Description |
---|---|---|
|
| The total amount of locked shares under the cycle. |
Last updated