AptosGraphQLTokenActivity constructor

AptosGraphQLTokenActivity({
  1. String? afterValue,
  2. String? beforeValue,
  3. String? entryFunctionIdStr,
  4. required String eventAccountAddress,
  5. required dynamic eventIndex,
  6. String? fromAddress,
  7. bool? isFungibleV2,
  8. required dynamic propertyVersionV1,
  9. String? toAddress,
  10. required dynamic tokenAmount,
  11. required String tokenDataId,
  12. required String tokenStandard,
  13. required dynamic transactionTimestamp,
  14. required dynamic transactionVersion,
  15. 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,
});