pub fn create_pallet_template(
path: PathBuf,
config: TemplatePalletConfig,
) -> Result<(), Error>Expand description
Create a new pallet from a template.
ยงArguments
path- location where the pallet will be created.config- customization values to include in the new pallet.