ADAPoolEpochInfoResponse class

Constructors

ADAPoolEpochInfoResponse({required int epoch, required int blocks, required String activeStake, required num activeSize, required int delegatorsCount, required String rewards, required String fees})
ADAPoolEpochInfoResponse.fromJson(Map<String, dynamic> json)
factory

Properties

activeSize num
Pool size (percentage) of overall active stake at that epoch
final
activeStake String
Active (Snapshot of live stake 2 epochs ago) stake in Lovelaces
final
blocks int
Number of blocks created by pool
final
delegatorsCount int
Number of delegators for epoch
final
epoch int
Epoch number
final
fees String
Pool operator rewards
final
hashCode int
The hash code for this object.
no setterinherited
rewards String
Total rewards received before distribution to delegators
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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