referrerpolicy=no-referrer-when-downgrade

Crate pallet_example_split

Source
Expand description

§Split Example Pallet

This pallet serves as an example and is not meant to be used in production.

A FRAME pallet demonstrating the ability to split sections across multiple files.

Note that this is purely experimental at this point.

Re-exports§

pub use pallet::*;
pub use weights::*;

Modules§

pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
weights
Autogenerated weights for pallet_template