AptosGraphQLTokenActivity class

Constructors

AptosGraphQLTokenActivity.new({String? afterValue, String? beforeValue, String? entryFunctionIdStr, required String eventAccountAddress, required dynamic eventIndex, String? fromAddress, bool? isFungibleV2, required dynamic propertyVersionV1, String? toAddress, required dynamic tokenAmount, required String tokenDataId, required String tokenStandard, required dynamic transactionTimestamp, required dynamic transactionVersion, required String type})
AptosGraphQLTokenActivity.fromJson(Map<String, dynamic> json)
factory

Properties

afterValue String?
final
beforeValue String?
final
entryFunctionIdStr String?
final
eventAccountAddress String
final
eventIndex → dynamic
final
fromAddress String?
final
hashCode int
The hash code for this object.
no setterinherited
isFungibleV2 bool?
final
propertyVersionV1 → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toAddress String?
final
tokenAmount → dynamic
final
tokenDataId String
final
tokenStandard String
final
transactionTimestamp → dynamic
final
transactionVersion → dynamic
final
type String
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited