Type alias NftSearchResult

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

NFT search result.

Type declaration

  • 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