AptosGraphQLTokenOwnershipV2 constructor
AptosGraphQLTokenOwnershipV2({
- required String tokenStandard,
- dynamic tokenPropertiesMutatedV1,
- required String tokenDataId,
- String? tableTypeV1,
- required String storageId,
- required dynamic propertyVersionV1,
- required String ownerAddress,
- dynamic lastTransactionVersion,
- dynamic lastTransactionTimestamp,
- bool? isSoulboundV2,
- bool? isFungibleV2,
- required dynamic amount,
- 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,
});