Crate pallet_example_kitchensink
source ·Expand description
Kitchensink Example Pallet
This pallet serves as an example and is not meant to be used in production.
The kitchen-sink catalog of the the FRAME macros and their various syntax options.
This example does not focus on pallet instancing, dev_mode
, and does nto include any ‘where’
clauses on T
. These will both incur additional complexity to the syntax, but are not discussed
here.
Re-exports
Modules
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - Autogenerated weights for
pallet_example_kitchensink