interface CollectionData {
    description: string;
    maximum: bigint;
    mutability_config: _0x3.token.CollectionMutabilityConfig;
    name: string;
    supply: bigint;
    uri: string;
}

Properties

description: string
maximum: bigint
name: string
supply: bigint
uri: string