//! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github
//! [polkadot]: https://img.shields.io/badge/polkadot-E6007A?style=for-the-badge&logo=polkadot&logoColor=white
//! A pallet to provide a way to execute privileged runtime calls using a specified sudo ("superuser
//! accepted by the transaction pool. The intended use of this signed extension is to prevent other
//! This pallet checks that the caller of its dispatchables is a signed account and ensures that the
//! A caller of this pallet's dispatchables does not pay any fees to dispatch a call. If the account
//! [`UnfilteredDispatchable`](frame_support::traits::UnfilteredDispatchable) trait to allow call