Expand description
Functions§
- Assigns a name to a schema without any name
- 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 a schema by means of council approval
- Propose to create a schema name. Creates a proposal for council approval to create a schema name
- Propose to create a schema. Creates a proposal for council approval to create a schema
- 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.