Class TokenOwnership
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class TokenOwnership : DigitalAssetOwnership
- Inheritance
-
TokenOwnership
- Inherited Members
Constructors
TokenOwnership(decimal, DigitalAssetData, bool?, AccountAddress, decimal, string, JsonElement?)
public TokenOwnership(decimal amount, DigitalAssetData currentTokenData, bool? isSoulboundV2, AccountAddress ownerAddress, decimal propertyVersionV1, string storageId, JsonElement? tokenPropertiesMutatedV1)
Parameters
amount
decimalcurrentTokenData
DigitalAssetDataisSoulboundV2
bool?ownerAddress
AccountAddresspropertyVersionV1
decimalstorageId
stringtokenPropertiesMutatedV1
JsonElement?