AptosGraphQLTokenOwnershipV2 constructor

AptosGraphQLTokenOwnershipV2({
  1. required String tokenStandard,
  2. dynamic tokenPropertiesMutatedV1,
  3. required String tokenDataId,
  4. String? tableTypeV1,
  5. required String storageId,
  6. required dynamic propertyVersionV1,
  7. required String ownerAddress,
  8. dynamic lastTransactionVersion,
  9. dynamic lastTransactionTimestamp,
  10. bool? isSoulboundV2,
  11. bool? isFungibleV2,
  12. required dynamic amount,
  13. AptosGraphQLTokenOwnershipV2TokenData? currentTokenData,
})

Implementation

AptosGraphQLTokenOwnershipV2({
  required this.tokenStandard,
  this.tokenPropertiesMutatedV1,
  required this.tokenDataId,
  this.tableTypeV1,
  required this.storageId,
  required this.propertyVersionV1,
  required this.ownerAddress,
  this.lastTransactionVersion,
  this.lastTransactionTimestamp,
  this.isSoulboundV2,
  this.isFungibleV2,
  required this.amount,
  this.currentTokenData,
});