Type Definition pallet_scheduler::pallet::Agenda
source · pub type Agenda<T: Config> = StorageMap<_GeneratedPrefixForStorageAgenda<T>, Twox64Concat, T::BlockNumber, Vec<Option<ScheduledV3Of<T>>>, ValueQuery>;
Expand description
Items to be executed, indexed by the block number that they should be executed on.