ADAStakeAccountResponse class

Constructors

ADAStakeAccountResponse({required String stakeAddress, required bool active, int? activeEpoch, required String controlledAmount, required String rewardsSum, required String withdrawalsSum, required String reservesSum, required String treasurySum, required String withdrawableAmount, String? poolId})
ADAStakeAccountResponse.fromJson(Map<String, dynamic> json)
factory

Properties

active bool
final
activeEpoch int?
final
controlledAmount String
final
hashCode int
The hash code for this object.
no setterinherited
poolId String?
final
reservesSum String
final
rewardsSum String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stakeAddress String
final
treasurySum String
final
withdrawableAmount String
final
withdrawalsSum String
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