Function pallet_schemas::pallet::dispatchables::propose_to_create_schema_v2
source · pub fn propose_to_create_schema_v2<T: Config>(
model: BoundedVec<u8, T::SchemaModelMaxBytesBoundedVecLimit>,
model_type: ModelType,
payload_location: PayloadLocation,
settings: BoundedVec<SchemaSetting, T::MaxSchemaSettingsPerSchema>,
schema_name: Option<SchemaNamePayload>
)
Expand description
Propose to create a schema. Creates a proposal for council approval to create a schema
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::propose_to_create_schema_v2
.