Module frame_system::pallet_prelude[][src]

Expand description

Prelude to be used alongside pallet macro, for ease of use.

Re-exports

pub use crate::ensure_signed;
pub use crate::ensure_none;
pub use crate::ensure_root;

Type Definitions

Type alias for the BlockNumber associated type of system config.

Type alias for the Origin associated type of system config.