Helius SDK - v2.2.2
    Preparing search index...

    Interface Nft

    NFT information

    interface Nft {
        collectionAddress: string | null;
        collectionName: string | null;
        compressed: boolean;
        imageUri: string | null;
        mint: string;
        name: string | null;
    }
    Index

    Properties

    collectionAddress: string | null

    Collection address (if part of a collection)

    collectionName: string | null

    Collection name (if part of a collection)

    compressed: boolean

    Whether this is a compressed NFT

    imageUri: string | null

    NFT image URI (if available)

    mint: string

    NFT mint address

    name: string | null

    NFT name (if available)