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

  • 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.
  • 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.
  • 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
  • Create a schema by means of council approval
  • Propose to create a schema. Creates a proposal for council approval to create a schema
  • 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
  • Root and Governance can set a new max value for Schema bytes. Must be <= the limit of the Schema BoundedVec used for registration.