StakePool class

Constructors

StakePool({required String vrfKey, required int blocksMinted, required String liveStake, required num liveSize, required num liveSaturation, required num liveDelegators, required String activeStake, required num activeSize, required String declaredPledge, required String livePledge, required num marginCost, required String fixedCost, required String rewardAccount, required List<String> owners, required List<String> registration, required List<String> retirement})

Properties

activeSize num
final
activeStake String
final
blocksMinted int
Total minted blocks
final
declaredPledge String
Stake pool certificate pledge
final
fixedCost String
Fixed tax cost of the stake pool
final
hashCode int
The hash code for this object.
no setterinherited
liveDelegators num
final
livePledge String
Stake pool current pledge
final
liveSaturation num
final
liveSize num
final
liveStake String
final
marginCost num
Margin tax cost of the stake pool
final
owners List<String>
final
registration List<String>
final
retirement List<String>
final
rewardAccount String
Bech32 reward account of the stake pool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vrfKey String
VRF key hash
final

Methods

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

Operators

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