Unstake queue item. Used when retrieving the unstake queue or withdrawing from it.
• Optional
exitQueueIndex: bigint
Const
Index of the unstake queue item
• positionTicket: bigint
Const
Unique identifier of the unstake queue item
• when: Date
Const
Date and time when the item was added to the queue
• isWithdrawable: boolean
Const
Shows if the asset is withdrawable
• totalShares: bigint
Const
Total amount of assets in shares
• totalAssets: bigint
Const
Total amount of assets in tokens
• leftShares: bigint
Const
Amount of assets in shares that cannot be withdrawn
• leftAssets: bigint
Const
Amount of assets in tokens that cannot be withdrawn
• withdrawableShares: bigint
Const
Amount of assets in shares that can be withdrawn
• withdrawableAssets: bigint
Const
Amount of assets in tokens that can be withdrawn