ADAAddressSummaryResponse class
Constructors
-
ADAAddressSummaryResponse({required String address, required List<
ADAAmountResponse> amount, required String type, required bool script, String? stakeAddress}) -
const
-
ADAAddressSummaryResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
Bech32 encoded addresses
final
-
amount
→ List<
ADAAmountResponse> -
Array of amounts
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- script → bool
-
True if this is a script address
final
- stakeAddress → String?
-
Stake address that controls the key
final
- type → String
-
Address era
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