Type alias CollectionSearchResult

CollectionSearchResult: {
    collection: string;
    image_url: string | null;
    is_disabled: boolean;
    is_nsfw: boolean;
    name: string;
    opensea_url: string;
}

Collection search result.

Type declaration

  • collection: string

    The collection slug

  • image_url: string | null

    URL of the collection image

  • is_disabled: boolean

    Whether trading is disabled for this collection

  • is_nsfw: boolean

    Whether this collection is marked as NSFW

  • name: string

    The collection name

  • opensea_url: string

    URL to the collection on OpenSea