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

    Type Alias GetCollectionResponse

    Response from OpenSea API for fetching a single collection.

    type GetCollectionResponse = {
        collection: OpenSeaCollection;
    }
    Index

    Properties

    Properties

    collection: OpenSeaCollection

    Collection object. See OpenSeaCollection