Function update_intent_group_via_governance

Source
pub fn update_intent_group_via_governance<T: Config>(
    updater_key: T::AccountId,
    intent_group_id: IntentGroupId,
    intent_ids: BoundedVec<IntentId, T::MaxIntentsPerIntentGroup>,
)
Expand description

Update an IntentGroup by means of council approval. Replaces an IntentGroup’s list of Intents with a new list.

§Events

§Errors

§Warning: Doc-Only

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