Files
pezkuwi-runtime-templates/docs/templates/runtime.adoc
T
2023-12-07 16:29:21 +04:00

30 lines
701 B
Plaintext

:source-highlighter: highlight.js
:highlightjs-languages: rust
:github-icon: pass:[<svg class="icon"><use href="#github-icon"/></svg>]
= Pallet Name
== Purpose
Freeform description of runtime purpose
== Configuration
// List of pallets with their config description
=== `++pallet_name++` link:https://google.com[{github-icon},role=heading-link]
Freeform description of the reason why this pallet was added.
```rust
impl pallet_name::Config for Runtime {
type Config1 = Type1;
type Config2 = Type2;
}
```
* Description of `Type1` if needed
* Description of `Type2` if needed
**Relations**
Description of which pallets will get affected if this pallet is going to be removed or changed