AptosGraphQLFungibleAssetMetadata constructor

AptosGraphQLFungibleAssetMetadata({
  1. required String tokenStandard,
  2. required String symbol,
  3. String? supplyAggregatorTableKeyV1,
  4. String? supplyAggregatorTableHandleV1,
  5. String? projectUri,
  6. required String name,
  7. required dynamic lastTransactionVersion,
  8. required dynamic lastTransactionTimestamp,
  9. String? iconUri,
  10. required int decimals,
  11. required String creatorAddress,
  12. required String assetType,
})

Implementation

AptosGraphQLFungibleAssetMetadata({
  required this.tokenStandard,
  required this.symbol,
  this.supplyAggregatorTableKeyV1,
  this.supplyAggregatorTableHandleV1,
  this.projectUri,
  required this.name,
  required this.lastTransactionVersion,
  required this.lastTransactionTimestamp,
  this.iconUri,
  required this.decimals,
  required this.creatorAddress,
  required this.assetType,
});