Type Definition pallet_scheduler::pallet::Agenda[][src]

type Agenda<T: Config> = StorageMap<_GeneratedPrefixForStorageAgenda<T>, Twox64Concat, T::BlockNumber, Vec<Option<Scheduled<<T as Config>::Call, T::BlockNumber, T::PalletsOrigin, T::AccountId>>>, ValueQuery>;
Expand description

Items to be executed, indexed by the block number that they should be executed on.