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

    Type Alias GetNFTResponse

    Response from OpenSea API for fetching a single NFT.

    type GetNFTResponse = {
        nft: NFT;
    }
    Index

    Properties

    Properties

    nft: NFT

    See NFT