set_collection_max_supply: TxDescriptor<{
    collection: number;
    max_supply: number;
}>

Set the maximum number of items a collection could have.

Origin must be either ForceOrigin or Signed and the sender should be the Owner of the collection.

  • collection: The identifier of the collection to change.
  • max_supply: The maximum number of items a collection could have.

Emits CollectionMaxSupplySet event when successful.