Optional getNFTDetails
getNFTDetails?: { 
    artist: Artist; 
    balance: number; 
    contractAddress: string; 
    contractName: string; 
    editionNumber: number; 
    editions: number; 
    isBuyNowEnabled: boolean; 
    isFavorite: boolean; 
    isMakeOfferEnabled: boolean; 
    isOfferExist: boolean; 
    latestOffer: { 
        price: NFTPrice[]; 
    }; 
    listedOrderInfo: { 
        id: string; 
        listedCurrency: { 
            contractAddress: string; 
        }; 
        price: NFTPrice[]; 
    }; 
    mediaSourceExtension: string; 
    mediaSourceType: string; 
    mediaSourceURL: string; 
    metadata: Metadata; 
    mintedAt: string; 
    network: string; 
    networkID: string; 
    nftTokenId: string; 
    owner: string; 
    price: { 
        buyNowPrice: NFTPrice[]; 
        lastPurchasedPrice: NFTPrice[]; 
        makeOfferHighestPrice: NFTPrice[]; 
        makeOfferLatestPrice: NFTPrice[]; 
    }; 
    status: TokenStatus; 
    tokenId: number; 
    tokenOwnerAddress: string; 
    tokenOwnerAvatar: string; 
    tokenOwnerUsername: string; 
    tokenType: string; 
    tokenURI: string; 
}
Type declaration
- 
artist: Artist
- 
balance: number
- 
contractAddress: string
- 
contractName: string
- 
editionNumber: number
- 
editions: number
- 
isBuyNowEnabled: boolean
- 
isFavorite: boolean
- 
isMakeOfferEnabled: boolean
- 
isOfferExist: boolean
- 
latestOffer: { 
 price: NFTPrice[];
 }
- 
listedOrderInfo: { 
 id: string;
 listedCurrency: {
 contractAddress: string;
 };
 price: NFTPrice[];
 }
- 
id: string
- 
listedCurrency: { 
 contractAddress: string;
 }
- 
price: NFTPrice[]
 
- 
mediaSourceExtension: string
- 
mediaSourceType: string
- 
mediaSourceURL: string
- 
metadata: Metadata
- 
mintedAt: string
- 
network: string
- 
networkID: string
- 
nftTokenId: string
- 
owner: string
- 
price: { 
 buyNowPrice: NFTPrice[];
 lastPurchasedPrice: NFTPrice[];
 makeOfferHighestPrice: NFTPrice[];
 makeOfferLatestPrice: NFTPrice[];
 }
- 
buyNowPrice: NFTPrice[]
- 
lastPurchasedPrice: NFTPrice[]
- 
makeOfferHighestPrice: NFTPrice[]
- 
makeOfferLatestPrice: NFTPrice[]
 
- 
status: TokenStatus
- 
tokenId: number
- 
tokenOwnerAddress: string
- 
tokenOwnerAvatar: string
- 
tokenOwnerUsername: string
- 
tokenType: string
- 
tokenURI: string