Expand description
Minimal pallet without frame_system::Config
-super trait.
Re-exports§
pub use self::pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - Same semantic as [
frame_system
].
Structs§
- Provides an implementation of [
frame_support::traits::Randomness
] that should only be used in tests!
Enums§
- Origin for the System pallet.
Functions§
- Ensure that the origin
o
represents the root. ReturnsOk
or anErr
otherwise.