Function propose_to_update_application

Source
pub fn propose_to_update_application<T: Config>(
    application_index: ApplicationIndex,
    payload: ApplicationContext<T::MaxProviderNameSize, T::MaxLanguageCodeSize, T::MaxLogoCidSize, T::MaxLocaleCount>,
)
Expand description

Propose to update application via governance for a given ApplicationIndex

§Arguments

  • origin - The origin of the call
  • application_index - The index of the application to update
  • payload - The new application data

§Errors

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::propose_to_update_application.