pub fn update_intent_group<T: Config>(
intent_group_id: IntentGroupId,
intent_ids: BoundedVec<IntentId, T::MaxIntentsPerIntentGroup>,
)Expand description
Update an IntentGroup (testnet)
Replaces an IntentGroup’s list of Intents with a new list.
§Events
§Errors
Error::InvalidIntentGroupId- The specified [IntentGroupId] does not exist.Error::InvalidIntentId- At least one of the specified [IntentId]s does not exist.Error::TooManyIntentsInGroup- The update would result in too many Intents in the group.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_intent_group.