ADAAmountResponse class

Constructors

ADAAmountResponse({required String unit, required String quantity, int? decimals, bool? hasNftOnchainMetadata})
const
ADAAmountResponse.fromJson(Map<String, dynamic> json)
factory

Properties

decimals int?
Number of decimal places of the asset unit
final
hashCode int
The hash code for this object.
no setterinherited
hasNftOnchainMetadata bool?
True if the latest minting transaction includes metadata
final
islovelace bool
no setter
policyAndAssetName → Tuple<PolicyID, AssetName>?
no setter
quantity String
The quantity of the unit
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit String
The unit of the value
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