Function getCollectionData

  • Name

    getCollectionData

    Summary

    Provides the data related to one NFT collection. ex:{owner, creator, offchainData, limit, isClosed(...)}

    Returns

    A JSON object with data of a single NFT collection.

    Parameters

    • collectionId: number

      The collection id.

    Returns Promise<null | Nft.CollectionData>

Generated using TypeDoc