ADAStakePoolInfoResponse class

Constructors

ADAStakePoolInfoResponse({required String poolId, required String hex, required String vrfKey, required int blocksMinted, required int blocksEpoch, required String liveStake, required double liveSize, required double liveSaturation, required int liveDelegators, required String activeStake, required double activeSize, required String declaredPledge, required String livePledge, required double marginCost, required String fixedCost, required String rewardAccount, required List<String> owners, required List<String> registration, required List<String> retirement})
ADAStakePoolInfoResponse.fromJson(Map<String, dynamic> json)
factory

Properties

activeSize double
Active stake size
final
activeStake String
Active stake in Lovelaces
final
blocksEpoch int
Number of blocks minted in the current epoch
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
hex String
Hexadecimal pool ID
final
liveDelegators int
Number of live delegators
final
livePledge String
Stake pool current pledge
final
liveSaturation double
Live stake saturation
final
liveSize double
Live stake size
final
liveStake String
Live stake in Lovelaces
final
marginCost double
Margin tax cost of the stake pool
final
owners List<String>
List of owners
final
poolId String
Bech32 pool ID
final
registration List<String>
List of registration certificates
final
retirement List<String>
List of retirement certificates
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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