interface TokenMutabilityConfig {
    description: boolean;
    maximum: boolean;
    properties: boolean;
    royalty: boolean;
    uri: boolean;
}

Properties

description: boolean
maximum: boolean
properties: boolean
royalty: boolean
uri: boolean