opensea-js - v8.0.20
    Preparing search index...

    Type Alias CollectionSearchResult

    Collection search result.

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

    Properties

    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