pub fn propose_to_add_application<T: Config>(
payload: ApplicationContext<T::MaxProviderNameSize, T::MaxLanguageCodeSize, T::MaxLogoCidSize, T::MaxLocaleCount>,
)
Expand description
Propose to add application enable provider to add multiple applications on frequency. Provider initiates a governance proposal to add the application.
§Errors
NoKeyExists
- If there is not MSA fororigin
.
Error::InvalidCid
- If the provided CID is invalid.Error::InvalidBCP47LanguageCode
- If the provided BCP 47 language code is invalid.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::propose_to_add_application
.