Function create_intent_group_via_governance

Source
pub fn create_intent_group_via_governance<T: Config>(
    creator_key: T::AccountId,
    intent_group_name: SchemaNamePayload,
    intent_ids: BoundedVec<IntentId, T::MaxIntentsPerIntentGroup>,
)
Expand description

Create an IntentGroup by means of council approval

§Events

§Errors

§Warning: Doc-Only

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