Expand description
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.