aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface NftDisplaySuggested

    Common NFT display fields.

    The caster maps image_url to imageUrl and project_url to projectUrl. Each field is optional because Display templates may omit it or return a field-level error.

    interface NftDisplaySuggested {
        creator?: string;
        description?: string;
        imageUrl?: string;
        link?: string;
        name?: string;
        projectUrl?: string;
    }
    Index
    creator?: string

    The creator name or identifier.

    description?: string

    The NFT description.

    imageUrl?: string

    The NFT image URL.

    link?: string

    A link associated with the NFT.

    name?: string

    The NFT's display name.

    projectUrl?: string

    The project or collection URL.