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

    Type Alias NftSearchResult

    NFT search result.

    type NftSearchResult = {
        collection: string;
        contract: string;
        identifier: string;
        image_url: string | null;
        name: string | null;
        opensea_url: string;
    }
    Index

    Properties

    collection: string

    Collection slug the NFT belongs to

    contract: string

    Contract address of the NFT

    identifier: string

    Token ID of the NFT

    image_url: string | null

    URL of the NFT image

    name: string | null

    Name of the NFT

    opensea_url: string

    URL to the NFT on OpenSea