Type Alias pallet_scheduler::migration::v3::Agenda

source ·
pub(crate) type Agenda<T> = StorageMap<Agenda_Storage_Instance<T>, Twox64Concat, BlockNumberFor<T>, Vec<Option<ScheduledV3Of<T>>>, ValueQuery>;

Aliased Type§

struct Agenda<T>(/* private fields */);