AptosGraphQLFungibleAssetActivity constructor
AptosGraphQLFungibleAssetActivity({
- dynamic amount,
- String? assetType,
- required dynamic blockHeight,
- String? entryFunctionIdStr,
- required dynamic eventIndex,
- String? gasFeePayerAddress,
- bool? isFrozen,
- required bool isGasFee,
- required bool isTransactionSuccess,
- String? ownerAddress,
- required String storageId,
- dynamic storageRefundAmount,
- required String tokenStandard,
- required dynamic transactionTimestamp,
- required dynamic transactionVersion,
- 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,
});