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