Crate pallet_minimal_template
source ·Expand description
A shell pallet built with frame
.
To get started with this pallet, try implementing the guide in https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/your_first_pallet/index.html
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.