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