Class DigitalAssetOwnership
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class DigitalAssetOwnership
- Inheritance
-
DigitalAssetOwnership
- Derived
- Inherited Members
Constructors
DigitalAssetOwnership(IGetDigitalAssetOwnerships_Current_token_ownerships_v2)
public DigitalAssetOwnership(IGetDigitalAssetOwnerships_Current_token_ownerships_v2 ownership)
Parameters
ownership
IGetDigitalAssetOwnerships_Current_token_ownerships_v2
DigitalAssetOwnership(decimal, DigitalAssetData, bool?, AccountAddress, decimal, string, JsonElement?)
public DigitalAssetOwnership(decimal amount, DigitalAssetData currentTokenData, bool? isSoulboundV2, AccountAddress ownerAddress, decimal propertyVersionV1, string storageId, JsonElement? tokenPropertiesMutatedV1)
Parameters
amount
decimalcurrentTokenData
DigitalAssetDataisSoulboundV2
bool?ownerAddress
AccountAddresspropertyVersionV1
decimalstorageId
stringtokenPropertiesMutatedV1
JsonElement?
Fields
Amount
public decimal Amount
Field Value
CurrentTokenData
public DigitalAssetData CurrentTokenData
Field Value
IsSoulbound
public bool? IsSoulbound
Field Value
- bool?
OwnerAddress
public AccountAddress OwnerAddress
Field Value
PropertyVersion
public decimal PropertyVersion
Field Value
StorageId
public string StorageId
Field Value
TokenProperties
public JsonElement? TokenProperties
Field Value
Methods
ToTokenOwnership()
public TokenOwnership ToTokenOwnership()