StakePoolAccountType class

Enum representing the account type managed by the program

Constructors

StakePoolAccountType.fromJson(Map<String, dynamic> json)
factory
StakePoolAccountType.fromName(String? value)
factory
StakePoolAccountType.fromValue(int? value)
factory

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

stakePool → const StakePoolAccountType
Stake pool
uninitialized → const StakePoolAccountType
If the account has not been initialized, the enum will be 0
validatorList → const StakePoolAccountType
Validator stake list
values → const List<StakePoolAccountType>