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 Aliases§
- Account
IdFor - Type alias for the
AccountIdassociated type of system config. - Block
Number For - Type alias for the
BlockNumberassociated type of system config. - Extrinsic
For - Type alias for the
Extrinsicassociated type of system config. - Header
For - Type alias for the
Header. - Origin
For - Type alias for the
Originassociated type of system config. - Runtime
Call For - Type alias for the
RuntimeCallassociated type of system config.