interface SetMaxSupply {
    collection: string;
    new_max_supply: bigint;
    old_max_supply: bigint;
}

Properties

collection: string
new_max_supply: bigint
old_max_supply: bigint