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_schema_name_via_governance
Assigns a name to a schema without any name
create_schema_v3
Adds a given schema to storage. The schema in question must be of length between the min and max model size allowed for schemas (see pallet constants above). If the pallet’s maximum schema limit has been fulfilled by the time this extrinsic is called, a SchemaCountOverflow error will be thrown.
create_schema_via_governance_v2
Create a schema by means of council approval
propose_to_create_schema_name
Propose to create a schema name. Creates a proposal for council approval to create a schema name
propose_to_create_schema_v2
Propose to create a schema. Creates a proposal for council approval to create a schema
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.