interface SetMaxSupply {
    collection: Object<Collection>;
    new_max_supply: bigint;
    old_max_supply: bigint;
}

Properties

collection: Object<Collection>
new_max_supply: bigint
old_max_supply: bigint