ValidatorStakeInfoStatus class

Status of the stake account in the validator list, for accounting

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

active → const ValidatorStakeInfoStatus
Stake account is active, there may be a transient stake as well
deactivatingAll → const ValidatorStakeInfoStatus
Both the transient and validator stake account are deactivating, when a validator is removed with a transient stake active
deactivatingTransient → const ValidatorStakeInfoStatus
Only transient stake account exists, when a transient stake is deactivating during validator removal
deactivatingValidator → const ValidatorStakeInfoStatus
Only the validator stake account is deactivating, no transient stake account exists
readyForRemoval → const ValidatorStakeInfoStatus
No more validator stake accounts exist, entry ready for removal during UpdateStakePoolBalance
values → const List<ValidatorStakeInfoStatus>