StakeStatus
The stake's possible status: active, pending, or unstaked.
enum StakeStatus {
ACTIVE
PENDING
UNSTAKED
}
Values
StakeStatus.ACTIVE
The stake object is active in a staking pool and it is generating rewards.
StakeStatus.PENDING
The stake awaits to join a staking pool in the next epoch.
StakeStatus.UNSTAKED
The stake is no longer active in any staking pool.
Member Of
StakedSui
object