AptosGraphQLTokenActivity constructor
AptosGraphQLTokenActivity({
- 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,
Implementation
AptosGraphQLTokenActivity({
this.afterValue,
this.beforeValue,
this.entryFunctionIdStr,
required this.eventAccountAddress,
required this.eventIndex,
this.fromAddress,
this.isFungibleV2,
required this.propertyVersionV1,
this.toAddress,
required this.tokenAmount,
required this.tokenDataId,
required this.tokenStandard,
required this.transactionTimestamp,
required this.transactionVersion,
required this.type,
});