Table of Contents

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 decimal
currentTokenData DigitalAssetData
isSoulboundV2 bool?
ownerAddress AccountAddress
propertyVersionV1 decimal
storageId string
tokenPropertiesMutatedV1 JsonElement?

Fields

Amount

public decimal Amount

Field Value

decimal

CurrentTokenData

public DigitalAssetData CurrentTokenData

Field Value

DigitalAssetData

IsSoulbound

public bool? IsSoulbound

Field Value

bool?

OwnerAddress

public AccountAddress OwnerAddress

Field Value

AccountAddress

PropertyVersion

public decimal PropertyVersion

Field Value

decimal

StorageId

public string StorageId

Field Value

string

TokenProperties

public JsonElement? TokenProperties

Field Value

JsonElement?

Methods

ToTokenOwnership()

public TokenOwnership ToTokenOwnership()

Returns

TokenOwnership