Module frame_system::pallet_prelude
source · Expand description
Prelude to be used alongside pallet macro, for ease of use.
Re-exports
pub use crate::ensure_none;pub use crate::ensure_root;pub use crate::ensure_signed;pub use crate::ensure_signed_or_root;
Type Definitions
- Type alias for the
BlockNumberassociated type of system config. - Type alias for the
Header. - Type alias for the
Originassociated type of system config.