ADAAssetResponse class
Constructors
- ADAAssetResponse({required String asset, required String policyId, String? assetName, required String fingerprint, required String quantity, required String initialMintTxHash, required int mintOrBurnCount, required ADAOnchainMetadata? onchainMetadata, required ADAOffchainMetadata? metadata})
-
ADAAssetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- asset → String
-
Hex-encoded asset full name
final
- assetName → String?
-
Hex-encoded asset name of the asset
final
- fingerprint → String
-
CIP14 based user-facing fingerprint
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialMintTxHash → String
-
ID of the initial minting transaction
final
- metadata → ADAOffchainMetadata?
-
Off-chain metadata
final
- mintOrBurnCount → int
-
Count of mint and burn transactions
final
- onchainMetadata → ADAOnchainMetadata?
-
On-chain metadata
final
- policyId → String
-
Policy ID of the asset
final
- quantity → String
-
Current asset quantity
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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