ADARewardHistoryResponse class

Constructors

ADARewardHistoryResponse({required int epoch, required String amount, required String poolId, required String type})
ADARewardHistoryResponse.fromJson(Map<String, dynamic> json)
factory

Properties

amount String
Rewards for given epoch in Lovelaces
final
epoch int
Epoch of the associated reward
final
hashCode int
The hash code for this object.
no setterinherited
poolId String
Bech32 pool ID being delegated to
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of the reward. Possible values: leader, member, pool_deposit_refund
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