FVyCollectionDetailsDto
Details of a collection
Properties
Field | Type | Description |
---|---|---|
chain | The blockchain on which the collection exists | |
address | FString | The address of the collection |
count | int | The number of items in the collection |
name | FString | The name of the collection |
description | FString | The description of the collection |
symbol | FString | The symbol of the collection |
url | FString | The URL of the collection |
imageUrl | FString | The URL of the collection's image |
media | The media associated with the collection | |
verified | bool | Indicates if the collection is verified |
premium | bool | Indicates if the collection is premium |
categories | TArray<FString> | The categories associated with the collection |
Last updated