interface NftCollectionMetadata {
    address: string;
    chainId: number;
    implementation?: string;
    name: string;
    symbol: string;
    type?: TokenType;
    types?: TokenType[];
}

Hierarchy (view full)

Properties

address: string
chainId: number
implementation?: string
name: string
symbol: string
type?: TokenType

Deprecated

use types instead

types?: TokenType[]

Generated using TypeDoc