Skip to content

Class: CollectibleAsset

structures/Asset.CollectibleAsset

Table of contents

Constructors

Properties

Constructors

constructor

+ new CollectibleAsset(data: CollectibleAssetOptions, client: default): CollectibleAsset

Parameters:

Name Type
data CollectibleAssetOptions
client default

Returns: CollectibleAsset

Defined in: structures/Asset.ts:172

Properties

assetId

assetId: number

Defined in: structures/Asset.ts:166


assetStock

assetStock: null | number

Defined in: structures/Asset.ts:171


buildersClubMembershipType

buildersClubMembershipType: number

Defined in: structures/Asset.ts:172


client

client: default

Defined in: structures/Asset.ts:165


name

name: string

Defined in: structures/Asset.ts:168


originalPrice

originalPrice: null | number

Defined in: structures/Asset.ts:170


recentAveragePrice

recentAveragePrice: null | number

Defined in: structures/Asset.ts:169


userAssetId

userAssetId: number

Defined in: structures/Asset.ts:167