MintInfo class
Represents information about minting assets.
Constructors
- MintInfo({required PolicyID policyID, required MintAssets assets})
-
Constructs a MintInfo instance.
const
-
MintInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assets → MintAssets
-
The assets to be minted.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- policyID → PolicyID
-
The policy ID associated with the minting.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{PolicyID? policyID, MintAssets? assets}) → MintInfo -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts MintInfo instance to JSON format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited