NFT bundle includes NFT with stack, markets and listings

NFTBundle

interface NFTBundle {
    nft_with_stack: NFTWithStack;
    market: null | Market;
    listings: blockchainData.Types.Listing[];
}

Properties

nft_with_stack: NFTWithStack

NFTBundle

market: null | Market

NFTBundle

List of open listings for the stack.

NFTBundle