Expand description
Minimal pallet without frame_system::Config-super trait.
Re-exports§
pub use self::pallet::*;
Modules§
- pallet
- The
palletmodule in each FRAME pallet hosts the most important items needed to construct this pallet. - pallet_
prelude - Same semantic as
frame_system.
Structs§
- Test
Randomness - Provides an implementation of [
frame_support::traits::Randomness] that should only be used in tests!
Enums§
- RawOrigin
- Origin for the System pallet.
Functions§
- ensure_
root - Ensure that the origin
orepresents the root. ReturnsOkor anErrotherwise.