//! [![github]](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/scheduler) -
//! [polkadot]: https://img.shields.io/badge/polkadot-E6007A?style=for-the-badge&logo=polkadot&logoColor=white
//! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github
//! number or at a specified period. These scheduled runtime calls may be named or anonymous and may
//! __NOTE:__ Instead of using the filter contained in the origin to call `fn schedule`, scheduled
//! If a call is scheduled using proxy or whatever mechanism which adds filter, then those filter
//! This Pallet executes all scheduled runtime calls in the [`on_initialize`] hook. Do not execute
//! Please be aware that any scheduled runtime calls executed in a future block may __fail__ or may
impl<T: Config> schedule::v2::Anon<BlockNumberFor<T>, <T as Config>::RuntimeCall, T::PalletsOrigin>
impl<T: Config> schedule::v2::Named<BlockNumberFor<T>, <T as Config>::RuntimeCall, T::PalletsOrigin>
impl<T: Config> schedule::v3::Anon<BlockNumberFor<T>, <T as Config>::RuntimeCall, T::PalletsOrigin>
impl<T: Config> schedule::v3::Named<BlockNumberFor<T>, <T as Config>::RuntimeCall, T::PalletsOrigin>