Crate pallet_mandate[][src]

Any entity (such as the committee) with access to the “root mandate” (this module) can use the apply function to dispatch calls as root. Think of this module as an other sudo module controlled by another module (ex: a multisig or collective).

Re-exports

pub use $crate::traits::GetPalletVersion as _;

Structs

Module

The module declaration.

Enums

Call

Dispatchable calls.

Event

Events for this module.

Traits

Config

The module’s configuration trait.