CollectionMetadata

interface CollectionMetadata {
    name: null | string;
    symbol: null | string;
    description: null | string;
    image: null | string;
    external_link: null | string;
    contract_uri: null | string;
    base_uri: null | string;
}

Properties

name: null | string

The name of the collection

CollectionMetadata

symbol: null | string

The symbol of contract

CollectionMetadata

description: null | string

The description of collection

CollectionMetadata

image: null | string

The url of the collection image

CollectionMetadata

external_link: null | string

The url of external link

CollectionMetadata

contract_uri: null | string

The uri for the metadata of the collection

CollectionMetadata

base_uri: null | string

The metadata uri for nft

CollectionMetadata