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