Skip to content

Latest commit

 

History

History
103 lines (52 loc) · 1.23 KB

UnstakeQueueItem.md

File metadata and controls

103 lines (52 loc) · 1.23 KB

Interface: UnstakeQueueItem

Unstake queue item. Used when retrieving the unstake queue or withdrawing from it.

Properties

exitQueueIndex

Optional exitQueueIndex: bigint

Const

Index of the unstake queue item


positionTicket

positionTicket: bigint

Const

Unique identifier of the unstake queue item


when

when: Date

Const

Date and time when the item was added to the queue


isWithdrawable

isWithdrawable: boolean

Const

Shows if the asset is withdrawable


totalShares

totalShares: bigint

Const

Total amount of assets in shares


totalAssets

totalAssets: bigint

Const

Total amount of assets in tokens


leftShares

leftShares: bigint

Const

Amount of assets in shares that cannot be withdrawn


leftAssets

leftAssets: bigint

Const

Amount of assets in tokens that cannot be withdrawn


withdrawableShares

withdrawableShares: bigint

Const

Amount of assets in shares that can be withdrawn


withdrawableAssets

withdrawableAssets: bigint

Const

Amount of assets in tokens that can be withdrawn