AptosGraphQLFungibleAssetActivity constructor

AptosGraphQLFungibleAssetActivity({
  1. dynamic amount,
  2. String? assetType,
  3. required dynamic blockHeight,
  4. String? entryFunctionIdStr,
  5. required dynamic eventIndex,
  6. String? gasFeePayerAddress,
  7. bool? isFrozen,
  8. required bool isGasFee,
  9. required bool isTransactionSuccess,
  10. String? ownerAddress,
  11. required String storageId,
  12. dynamic storageRefundAmount,
  13. required String tokenStandard,
  14. required dynamic transactionTimestamp,
  15. required dynamic transactionVersion,
  16. required String type,
})

Implementation

AptosGraphQLFungibleAssetActivity({
  this.amount,
  this.assetType,
  required this.blockHeight,
  this.entryFunctionIdStr,
  required this.eventIndex,
  this.gasFeePayerAddress,
  this.isFrozen,
  required this.isGasFee,
  required this.isTransactionSuccess,
  this.ownerAddress,
  required this.storageId,
  this.storageRefundAmount,
  required this.tokenStandard,
  required this.transactionTimestamp,
  required this.transactionVersion,
  required this.type,
});