Type Alias pallet_scheduler::migration::v2::Agenda
source · pub(crate) type Agenda<T> = StorageMap<Agenda_Storage_Instance<T>, Twox64Concat, BlockNumberFor<T>, Vec<Option<ScheduledV2Of<T>>>, ValueQuery>;
Aliased Type§
struct Agenda<T>(/* private fields */);