AptosGraphQLFungibleAssetBalance constructor

AptosGraphQLFungibleAssetBalance({
  1. dynamic amount,
  2. String? assetType,
  3. required bool isFrozen,
  4. bool? isPrimary,
  5. dynamic lastTransactionTimestamp,
  6. dynamic lastTransactionVersion,
  7. required String ownerAddress,
  8. required String storageId,
  9. String? tokenStandard,
  10. AptosGraphQLFungibleAssetMetadata? metadata,
})

Implementation

AptosGraphQLFungibleAssetBalance({
  this.amount,
  this.assetType,
  required this.isFrozen,
  this.isPrimary,
  this.lastTransactionTimestamp,
  this.lastTransactionVersion,
  required this.ownerAddress,
  required this.storageId,
  this.tokenStandard,
  this.metadata,
});