AddressMintInfo class
Constructors
- AddressMintInfo.new({required bool confirmed, required int epoch, required String hash, required String miner, required int outputValue, required int timestamp})
-
AddressMintInfo.fromJson(Map<
String, dynamic> json) -
factory
- AddressMintInfo.fromRawJson(String str)
-
factory
Properties
Methods
-
jsonMap(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printDebug(
) → void -
rawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited