CoinActivity class
- Annotations
-
- @freezed
Constructors
- CoinActivity({required String transactionTimestamp, required int transactionVersion, required int amount, required String activityType, required String coinType, required bool isGasFee, required bool isTransactionSuccess, required String eventAccountAddress, required int eventCreationNumber, required int eventSequenceNumber, String? entryFunctionIdStr, required int blockHeight})
-
constfactory
-
CoinActivity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activityType → String
-
no setterinherited
- amount → int
-
no setterinherited
- blockHeight → int
-
no setterinherited
- coinType → String
-
no setterinherited
- entryFunctionIdStr → String?
-
no setterinherited
- eventAccountAddress → String
-
no setterinherited
- eventCreationNumber → int
-
no setterinherited
- eventSequenceNumber → int
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isGasFee → bool
-
no setterinherited
- isTransactionSuccess → bool
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionTimestamp → String
-
no setterinherited
- transactionVersion → int
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited