ADAAccountSummaryResponse class

Constructors

ADAAccountSummaryResponse({required String address, required List<ADAAmountResponse> receivedSum, required List<ADAAmountResponse> sentSum, required int txCount})
ADAAccountSummaryResponse.fromJson(Map<String, dynamic> json)
factory

Properties

address String
Bech32 encoded stake address
final
hashCode int
The hash code for this object.
no setterinherited
receivedSum List<ADAAmountResponse>
Array of received sums
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentSum List<ADAAmountResponse>
Array of sent sums
final
txCount int
Count of all transactions for all addresses associated with the account
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