Interface ICreateSubstrateCollection

interface ICreateSubstrateCollection {
    chain: ASTAR;
    collectionType: CollectionType;
    name: string;
    symbol: string;
    description?: string;
    baseUri: string;
    baseExtension: string;
    maxSupply?: number;
    royaltiesAddress?: string;
    royaltiesFees: number;
    drop: boolean;
    dropStart?: number;
    dropPrice?: number;
    dropReserve?: number;
}

Hierarchy (view full)

Properties

chain: ASTAR
collectionType: CollectionType
name: string
symbol: string
description?: string
baseUri: string
baseExtension: string
maxSupply?: number
royaltiesAddress?: string
royaltiesFees: number
drop: boolean
dropStart?: number
dropPrice?: number
dropReserve?: number