PillarInfo class

Constructors

PillarInfo.fromJson(Map<String, dynamic> json)

Properties

currentStats PillarEpochStats
getter/setter pair
expectedMomentums int
getter/setter pair
giveDelegateRewardPercentage int
getter/setter pair
giveMomentumRewardPercentage int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isRevocable bool
getter/setter pair
name String
getter/setter pair
ownerAddress Address
getter/setter pair
producedMomentums int
getter/setter pair
producerAddress Address
getter/setter pair
rank int
getter/setter pair
revokeCooldown int
getter/setter pair
revokeTimestamp int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pair
weight int
getter/setter pair
withdrawAddress Address
getter/setter pair

Methods

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

Operators

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

Constants

legacyPillarType → const int
regularPillarType → const int
unknownType → const int