Crate pallet_dev_mode
source ·Expand description
§Dev Mode Example Pallet
A simple example of a FRAME pallet demonstrating the ease of requirements for a pallet in dev mode.
Run cargo doc --package pallet-dev-mode --open
to view this pallet’s documentation.
Dev mode is not meant to be used in production.
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.