Interface IMetadata

interface IMetadata {
    name: string;
    description: string;
    image: string;
    attributes: IMetadataAttributes;
}

Properties

name: string

NFT name.

description: string

NFT description.

image: string

NFT image URL.

Array of NFT attributes.