AptosGraphQLTokenOwnershipV2 class
Constructors
- AptosGraphQLTokenOwnershipV2.new({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})
-
AptosGraphQLTokenOwnershipV2.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → dynamic
-
final
- currentTokenData → AptosGraphQLTokenOwnershipV2TokenData?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFungibleV2 → bool?
-
final
- isSoulboundV2 → bool?
-
final
- lastTransactionTimestamp → dynamic
-
final
- lastTransactionVersion → dynamic
-
final
- ownerAddress → String
-
final
- propertyVersionV1 → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageId → String
-
final
- tableTypeV1 → String?
-
final
- tokenDataId → String
-
final
- tokenPropertiesMutatedV1 → dynamic
-
final
- tokenStandard → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited