pub fn update_mint_settings<T: Config<I>, I: 'static>(
collection: T::CollectionId,
mint_settings: MintSettings<BalanceOf<T, I>, BlockNumberFor<T, I>, T::CollectionId>,
)Expand description
Update mint settings.
Origin must be either ForceOrigin or Signed and the sender should be the Issuer
of the collection.
collection: The identifier of the collection to change.mint_settings: The new mint settings.
Emits CollectionMintSettingsUpdated event when successful.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_mint_settings.