Table of Contents

Class CollectionData

Namespace
Aptos
Assembly
Aptos.dll
public class CollectionData
Inheritance
CollectionData
Inherited Members

Constructors

CollectionData(ICollectionData)

public CollectionData(ICollectionData currentCollection)

Parameters

currentCollection ICollectionData

CollectionData(string, string, AccountAddress, decimal, string, decimal?, bool?, bool?, string?, string, string, object?, CdnAssetUris?)

public CollectionData(string collectionId, string collectionName, AccountAddress creatorAddress, decimal currentSupply, string description, decimal? maxSupply, bool? mutableDescription, bool? mutableUri, string? tableHandleV1, string tokenStandard, string uri, object? collectionProperties, CdnAssetUris? cdnAssetUris)

Parameters

collectionId string
collectionName string
creatorAddress AccountAddress
currentSupply decimal
description string
maxSupply decimal?
mutableDescription bool?
mutableUri bool?
tableHandleV1 string
tokenStandard string
uri string
collectionProperties object
cdnAssetUris CdnAssetUris

Fields

CdnAssetUris

public CdnAssetUris? CdnAssetUris

Field Value

CdnAssetUris

CollectionId

public string CollectionId

Field Value

string

CollectionName

public string CollectionName

Field Value

string

CollectionProperties

public object? CollectionProperties

Field Value

object

CreatorAddress

public AccountAddress CreatorAddress

Field Value

AccountAddress

CurrentSupply

public decimal CurrentSupply

Field Value

decimal

Description

public string Description

Field Value

string

MaxSupply

public decimal? MaxSupply

Field Value

decimal?

MutableDescription

public bool? MutableDescription

Field Value

bool?

MutableUri

public bool? MutableUri

Field Value

bool?

TableHandleV1

public string? TableHandleV1

Field Value

string

TokenStandard

public string TokenStandard

Field Value

string

Uri

public string Uri

Field Value

string