Module dispatchables

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

create_intent
Creates a new Intent with a name (testnet)
create_intent_group
Create an intent group (testnet)
create_intent_group_via_governance
Create an IntentGroup by means of council approval
create_intent_via_governance
Create an Intent by means of council approval
create_schema_v4
Adds a given schema to storage. (testnet)
create_schema_via_governance_v3
Create a schema by means of council approval
propose_to_create_intent
Propose to create an Intent. Creates a proposal for council approval to create an Intent
propose_to_create_intent_group
Propose to create an Intent Group. Creates a proposal for council approval to create an Intent Group.
propose_to_create_schema_v3
Propose to create a schema. Creates a proposal for council approval to create a schema
propose_to_update_intent_group
Propose to update an Intent Group. Creates a proposal for council approval to update an existing Intent Group.
set_max_schema_model_bytes
REMOVED create_schema() at call index 0 Root and Governance can set a new max value for Schema bytes. Must be <= the limit of the Schema BoundedVec used for registration.
update_intent_group
Update an IntentGroup (testnet) Replaces an IntentGroup’s list of Intents with a new list.
update_intent_group_via_governance
Update an IntentGroup by means of council approval. Replaces an IntentGroup’s list of Intents with a new list.