AptosGraphQLTokenCollection constructor
AptosGraphQLTokenCollection({
- required String collectionId,
- required String collectionName,
- required String creatorAddress,
- required dynamic currentSupply,
- required String description,
- required dynamic lastTransactionTimestamp,
- required dynamic lastTransactionVersion,
- dynamic maxSupply,
- bool? mutableDescription,
- bool? mutableUri,
- String? tableHandleV1,
- required String tokenStandard,
- dynamic totalMintedV2,
- required String uri,
Implementation
AptosGraphQLTokenCollection({
required this.collectionId,
required this.collectionName,
required this.creatorAddress,
required this.currentSupply,
required this.description,
required this.lastTransactionTimestamp,
required this.lastTransactionVersion,
this.maxSupply,
this.mutableDescription,
this.mutableUri,
this.tableHandleV1,
required this.tokenStandard,
this.totalMintedV2,
required this.uri,
});